diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2012-06-03 23:33:44 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2012-06-03 23:34:00 +0200 |
commit | 3ad7f21b73896728697e2afe7c1f98cef118bb84 (patch) | |
tree | a864cf44a08f5ef8d93ab52ca1cdf4da662773a2 /firefox/Pkgfile | |
parent | 34dcc3830aabe0b65f4ccd1540dbef20ef2fdf10 (diff) | |
download | opt-3ad7f21b73896728697e2afe7c1f98cef118bb84.tar.gz opt-3ad7f21b73896728697e2afe7c1f98cef118bb84.tar.xz |
firefox: update to 13.0
Diffstat (limited to 'firefox/Pkgfile')
-rw-r--r-- | firefox/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox/Pkgfile b/firefox/Pkgfile index ab12599ef..7413ae053 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,10 +4,10 @@ # Depends on: libidl, gtk, python, alsa-lib, yasm, mesa3d name=firefox -version=12.0 +version=13.0 release=1 source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2 - mozconfig) + mozconfig bz736961.patch) build() { export MOZ_CO_PROJECT=browser @@ -16,6 +16,7 @@ build() { export MOZILLA_FIVE_HOME=/usr/lib/firefox cd mozilla-release + patch -p0 -i $SRC/bz736961.patch export CFLAGS="$CFLAGS -mno-avx" sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig ./configure |