diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-11-25 09:59:08 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-11-25 09:59:08 -0600 |
commit | 4ddc7b077a11c170999a1392cacb211d71b40043 (patch) | |
tree | 601012bbd36b61cd7725da4b0bac64385f590ca1 | |
parent | 80021059ddb021fb7907772d9ccf982187b8f52e (diff) | |
download | aports-4ddc7b077a11c170999a1392cacb211d71b40043.tar.bz2 aports-4ddc7b077a11c170999a1392cacb211d71b40043.tar.xz |
main/firefox: get official branding back in place
-rw-r--r-- | main/firefox/APKBUILD | 4 | ||||
-rw-r--r-- | main/firefox/mozconfig | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index c43e281a5..ef7702e8f 100644 --- a/main/firefox/APKBUILD +++ b/main/firefox/APKBUILD @@ -4,7 +4,7 @@ pkgname=firefox pkgver=8.0.1 _pkgver=$pkgver _xulver=8.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="firefox web browser" url="http://www.firefox.com" arch="all" @@ -112,7 +112,7 @@ __EOF__ } md5sums="b7d09b082e88a74860a51a8e04e29333 firefox-8.0.1.source.tar.bz2 -90d21a0ca38d9da4e42f22982f8b8cc5 mozconfig +3ba2cb7cda675e78eb0eeb0652ee3457 mozconfig 2328df219e042f6aaec361cbf83cf9e9 firefox-5.0-asciidel.patch ba96924ece1d77453e462429037a2ce5 firefox.desktop 6f38a5899034b7786cb1f75ad42032b8 firefox-safe.desktop" diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index add87aee8..f1b23fae9 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -33,6 +33,7 @@ ac_add_options --enable-url-classifier ac_add_options --enable-gio ac_add_options --disable-gnomevfs ac_add_options --disable-static +ac_add_options --enable-official-branding export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |