mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
firefox: fire cross arm*-musl
This commit is contained in:
parent
336472dfa6
commit
bdff856132
1 changed files with 11 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'firefox'.
|
# Template build file for 'firefox'.
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
version=40.0.3
|
version=40.0.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="mozilla-release"
|
wrksrc="mozilla-release"
|
||||||
short_desc="Lightweight gecko-based web browser"
|
short_desc="Lightweight gecko-based web browser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -21,9 +21,16 @@ makedepends="nss-devel libjpeg-turbo-devel libpng-devel
|
||||||
libXt-devel libXdamage-devel"
|
libXt-devel libXdamage-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$CROSS_BUILD" ]; then
|
||||||
armv[67]l-musl) broken="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/3005/steps/shell_3/logs/stdio";;
|
# Make config/system_wrappers/alsa/alsalib.h and pulse/pulse.h find
|
||||||
esac
|
# the required includes. Set system nspr and nss include paths.
|
||||||
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/alsa \
|
||||||
|
-I${XBPS_CROSS_BASE}/usr/include/pulse \
|
||||||
|
-I${XBPS_CROSS_BASE}/usr/include/nspr \
|
||||||
|
-I${XBPS_CROSS_BASE}/usr/include/nss"
|
||||||
|
CXXFLAGS="${CFLAGS}"
|
||||||
|
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue