mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
firefox: remove PRE_RELEASE_SUFFIX which prints a strange char in main window.
This commit is contained in:
parent
17e28d9126
commit
fa4cdb685f
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=firefox
|
||||||
_majorver=7.0
|
_majorver=7.0
|
||||||
_minorver=1
|
_minorver=1
|
||||||
version=${_majorver}.${_minorver}
|
version=${_majorver}.${_minorver}
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=mozilla-release
|
wrksrc=mozilla-release
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
||||||
|
@ -64,6 +64,7 @@ Add_dependency build zip
|
||||||
Add_dependency build perl ">=0"
|
Add_dependency build perl ">=0"
|
||||||
Add_dependency build python ">=2.7.2_3" # linux2 sys.platform fix
|
Add_dependency build python ">=2.7.2_3" # linux2 sys.platform fix
|
||||||
Add_dependency build yasm
|
Add_dependency build yasm
|
||||||
|
Add_dependency build pixman-devel
|
||||||
Add_dependency build libIDL-devel
|
Add_dependency build libIDL-devel
|
||||||
Add_dependency build nss-devel
|
Add_dependency build nss-devel
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
|
@ -80,6 +81,8 @@ Add_dependency build hunspell-devel
|
||||||
Add_dependency build wireless_tools-devel
|
Add_dependency build wireless_tools-devel
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
# Fix PRE_RELEASE_SUFFIX
|
||||||
|
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' browser/base/Makefile.in
|
||||||
cp -f ${FILESDIR}/mozconfig .mozconfig
|
cp -f ${FILESDIR}/mozconfig .mozconfig
|
||||||
export LDFLAGS="$XBPS_LDFLAGS -Wl,-R/usr/lib/firefox-${_majorver}"
|
export LDFLAGS="$XBPS_LDFLAGS -Wl,-R/usr/lib/firefox-${_majorver}"
|
||||||
make -f client.mk MOZ_MAKE_FLAGS="${makejobs}"
|
make -f client.mk MOZ_MAKE_FLAGS="${makejobs}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue