firefox-esr: update to 38.4.0.

This commit is contained in:
Juan RP 2015-11-12 10:11:33 +01:00
parent 9660765b62
commit c8709998bb

View file

@ -1,6 +1,6 @@
# Template build file for 'firefox-esr'.
pkgname=firefox-esr
version=38.3.0
version=38.4.0
revision=1
wrksrc="mozilla-esr${version%%.*}"
short_desc="Lightweight gecko-based web browser"
@ -8,7 +8,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
homepage="https://www.mozilla.org/en-US/firefox/organizations/"
license="MPL-1.1, GPL-2, LGPL-2.1"
distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.bz2"
checksum=809f65502d256568220c52bfe09646588f21653c8c487e8018b10ff87ca67f1c
checksum=028a1f7ce16b3016b0d98e5a5ef73bcb3f732b80d406e54f49e3c246e207f2c7
lib32disabled=yes
@ -30,13 +30,12 @@ if [ "$CROSS_BUILD" ]; then
-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() {
case "$XBPS_TARGET_MACHINE" in
*-musl)
$XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/main/firefox/stab.h
$XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/community/firefox/stab.h
mv stab.h toolkit/crashreporter/google-breakpad/src/
;;
esac