mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
firefox-esr: update to 38.4.0.
This commit is contained in:
parent
9660765b62
commit
c8709998bb
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'firefox-esr'.
|
# Template build file for 'firefox-esr'.
|
||||||
pkgname=firefox-esr
|
pkgname=firefox-esr
|
||||||
version=38.3.0
|
version=38.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="mozilla-esr${version%%.*}"
|
wrksrc="mozilla-esr${version%%.*}"
|
||||||
short_desc="Lightweight gecko-based web browser"
|
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/"
|
homepage="https://www.mozilla.org/en-US/firefox/organizations/"
|
||||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||||
distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.bz2"
|
distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.bz2"
|
||||||
checksum=809f65502d256568220c52bfe09646588f21653c8c487e8018b10ff87ca67f1c
|
checksum=028a1f7ce16b3016b0d98e5a5ef73bcb3f732b80d406e54f49e3c246e207f2c7
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
@ -30,13 +30,12 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
-I${XBPS_CROSS_BASE}/usr/include/nspr \
|
-I${XBPS_CROSS_BASE}/usr/include/nspr \
|
||||||
-I${XBPS_CROSS_BASE}/usr/include/nss"
|
-I${XBPS_CROSS_BASE}/usr/include/nss"
|
||||||
CXXFLAGS="${CFLAGS}"
|
CXXFLAGS="${CFLAGS}"
|
||||||
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-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/
|
mv stab.h toolkit/crashreporter/google-breakpad/src/
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue