firefox: mark broken on musl cross
This commit is contained in:
parent
b4df8dca53
commit
9d8d190c44
|
@ -21,6 +21,10 @@ makedepends="nss-devel libjpeg-turbo-devel libpng-devel
|
|||
libXt-devel libXdamage-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[67]l-musl) broken="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/3005/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Reference in New Issue