diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2008-07-19 16:04:25 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2008-07-19 16:04:50 +0200 |
commit | e5c477847376e0f165c0c3157ece0b982f9e1f56 (patch) | |
tree | 699d7312cd91cdcdf2256ccf7f3ae7111147c63a /firefox | |
parent | 2c4c6c786a358140c73d94db4747d0c02dbca89d (diff) | |
download | opt-e5c477847376e0f165c0c3157ece0b982f9e1f56.tar.gz opt-e5c477847376e0f165c0c3157ece0b982f9e1f56.tar.xz |
firefox: fixed for xulrunner 1.9.0.1.
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/.md5sum | 2 | ||||
-rw-r--r-- | firefox/Pkgfile | 2 | ||||
-rw-r--r-- | firefox/mozconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/firefox/.md5sum b/firefox/.md5sum index 1fd4574e5..2b14eda76 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,3 +1,3 @@ 406d67174f8f74ab154a1b17d0881b27 firefox-3.0.1-source.tar.bz2 -c276fd7680746e8477ad34d26f04e024 mozconfig +572a3779b3e1ebed5b1dd1807f59f124 mozconfig 62530844efda8b387e518162b7922f2f xulrunner.patch diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 25d604510..525609c5a 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -5,7 +5,7 @@ name=firefox version=3.0.1 -release=1 +release=2 source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 mozconfig xulrunner.patch) diff --git a/firefox/mozconfig b/firefox/mozconfig index 3e2d6700c..676a3d826 100644 --- a/firefox/mozconfig +++ b/firefox/mozconfig @@ -16,7 +16,7 @@ ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-mng ac_add_options --with-pthreads -ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.0.1 ac_add_options --enable-system-cairo ac_add_options --enable-optimize="#CFLAGS#" ac_add_options --enable-official-branding |