mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
libGL: fix syntax error
This commit is contained in:
parent
537ce9b1dc
commit
e799e1d3c7
1 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ homepage="http://www.mesa3d.org/"
|
|||
license="MIT, LGPL-2.1"
|
||||
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
|
||||
checksum=cf234a6ed4764673886b6661553b54675776ef0898f774716173cec890ac3b17
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) broken=https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2613/steps/shell_3/logs/stdio
|
||||
i686*) broken=https://build.voidlinux.eu/builders/i686_builder/builds/2596/steps/shell_3/logs/stdio
|
||||
;;
|
||||
armv6*) broken=https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2613/steps/shell_3/logs/stdio ;;
|
||||
i686*) broken=https://build.voidlinux.eu/builders/i686_builder/builds/2596/steps/shell_3/logs/stdio ;;
|
||||
esac
|
||||
|
||||
hostmakedepends="
|
||||
|
|
Loading…
Add table
Reference in a new issue