diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-05-09 09:32:04 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-05-09 09:32:23 -0500 |
commit | e05ea01f821b7ff346ad7eb676f21cc4eb07682f (patch) | |
tree | 6792c938488bde7714bbccf5f8e910a894a35df1 /main/firefox | |
parent | 1a8893a8cd9fd3629db8094e9e38bf8b0e773d27 (diff) | |
download | aports-e05ea01f821b7ff346ad7eb676f21cc4eb07682f.tar.bz2 aports-e05ea01f821b7ff346ad7eb676f21cc4eb07682f.tar.xz |
main/firefox: fix compile
Diffstat (limited to 'main/firefox')
-rw-r--r-- | main/firefox/APKBUILD | 2 | ||||
-rw-r--r-- | main/firefox/mozconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index fbbc830dae..5d6be3507a 100644 --- a/main/firefox/APKBUILD +++ b/main/firefox/APKBUILD @@ -87,6 +87,6 @@ package() { } md5sums="9abda7d23151e97913c8555a64c13f34 firefox-4.0.1.source.tar.bz2 -36f80035fc44ae4de4319def3dfec026 mozconfig +4f10d014e84cf1e794415f12aaa50f1a mozconfig ba96924ece1d77453e462429037a2ce5 firefox.desktop 6f38a5899034b7786cb1f75ad42032b8 firefox-safe.desktop" diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index 2b4dfbf011..f74194a4bb 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -22,7 +22,7 @@ ac_add_options --enable-startup-notification ac_add_options --enable-libxul ac_add_options --disable-crashreporter ac_add_options --disable-updater -ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0 ac_add_options --enable-safe-browsing ac_add_options --with-branding=other-licenses/branding/firefox ac_add_options --enable-chrome-format=jar |