From 9700792c5ff75a2d10172dda0c06d9a4b6f9d9b9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 17 Aug 2013 17:45:13 +0200 Subject: [PATCH] firefox: update to 23.0.1. --- srcpkgs/firefox/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index f0957af1e3..2d31c7b321 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -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 " 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}" }