firefox: update to 23.0.1.

This commit is contained in:
Juan RP 2013-08-17 17:45:13 +02:00
parent f2c95869c1
commit 9700792c5f

View file

@ -1,6 +1,6 @@
# Template build file for 'firefox'.
pkgname=firefox
version=23.0
version=23.0.1
revision=1
wrksrc=mozilla-release
short_desc="Lightweight gecko-based web browser"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://www.mozilla.org/firefox/"
license="MPL-1.1, GPL-2, LGPL-2.1"
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
checksum=2d64bd12cfa80c57e4a7f4156c7b4fde725a6173dfe48e2fac12e1927faf563e
checksum=bb2c2e99a03859ebd8c02b8bc4c57b39ccc97c55872c2737c433212c0ebe01cf
hostmakedepends="unzip zip pkg-config perl python yasm"
makedepends="libjpeg-turbo-devel libpng-devel>=1.6
@ -21,7 +21,7 @@ do_build() {
# Fix PRE_RELEASE_SUFFIX
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' browser/base/Makefile.in
cp -f ${FILESDIR}/mozconfig .mozconfig
export LDFLAGS="-Wl,-R/usr/lib/firefox"
export LDFLAGS="$LDFLAGS -Wl,-R/usr/lib/firefox"
SHELL=/bin/bash make ${makejobs} -f client.mk MOZ_MAKE_FLAGS="${makejobs}"
}