summaryrefslogtreecommitdiff
path: root/firefox/Pkgfile
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2011-09-06 20:47:04 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2011-09-06 20:47:24 +0200
commit66bb60151814cd866925cdff6c1e5df2bbb29ec5 (patch)
tree18a775173a1bc412efc41863459eb59e5abd80ad /firefox/Pkgfile
parentd9c3ea06487e4ed991c5f92b16d0a2a67ffb49b7 (diff)
downloadopt-66bb60151814cd866925cdff6c1e5df2bbb29ec5.tar.gz
opt-66bb60151814cd866925cdff6c1e5df2bbb29ec5.tar.xz
[notify] firefox: updated to 6.0.2. See https://bugzilla.mozilla.org/show_bug.cgi?id=683449
Diffstat (limited to 'firefox/Pkgfile')
-rw-r--r--firefox/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index 888cef32d..81ebf5199 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -4,10 +4,10 @@
# Depends on: libidl, gtk, python, alsa-lib, yasm, mesa3d
name=firefox
-version=6.0.1
+version=6.0.2
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2
- mozconfig)
+ mozconfig coreconf-linux3.patch)
build() {
export MOZ_CO_PROJECT=browser
@@ -16,9 +16,8 @@ build() {
export MOZILLA_FIVE_HOME=/usr/lib/firefox
cd mozilla-release
+ patch -p1 -i $SRC/coreconf-linux3.patch
sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
- # fix broken part
- cp security/coreconf/Linux2.6.mk security/coreconf/Linux3.0.mk
./configure
make

Generated by cgit