firefox: remove PRE_RELEASE_SUFFIX which prints a strange char in main window.
This commit is contained in:
parent
17e28d9126
commit
fa4cdb685f
|
@ -3,7 +3,7 @@ pkgname=firefox
|
|||
_majorver=7.0
|
||||
_minorver=1
|
||||
version=${_majorver}.${_minorver}
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=mozilla-release
|
||||
patch_args="-Np1"
|
||||
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 python ">=2.7.2_3" # linux2 sys.platform fix
|
||||
Add_dependency build yasm
|
||||
Add_dependency build pixman-devel
|
||||
Add_dependency build libIDL-devel
|
||||
Add_dependency build nss-devel
|
||||
Add_dependency build gtk+-devel
|
||||
|
@ -80,6 +81,8 @@ Add_dependency build hunspell-devel
|
|||
Add_dependency build wireless_tools-devel
|
||||
|
||||
do_build() {
|
||||
# Fix PRE_RELEASE_SUFFIX
|
||||
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' browser/base/Makefile.in
|
||||
cp -f ${FILESDIR}/mozconfig .mozconfig
|
||||
export LDFLAGS="$XBPS_LDFLAGS -Wl,-R/usr/lib/firefox-${_majorver}"
|
||||
make -f client.mk MOZ_MAKE_FLAGS="${makejobs}"
|
||||
|
|
Loading…
Reference in New Issue