Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bastetesting.git;a=commitdiff;h=f5685b8be665e8abe9ea666de20feb2456c30021
commit f5685b8be665e8abe9ea666de20feb2456c30021 Author: Baste <[email protected]> Date: Thu Jul 19 10:43:18 2012 +0200 firefox-14.0.1-1-x86_64 * Fix build diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild index 842ad31..ec564cb 100644 --- a/source/xapps/firefox/FrugalBuild +++ b/source/xapps/firefox/FrugalBuild @@ -21,9 +21,10 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/fi prefs.js \ asciidel.patch \ mozconfig \ - gfx.patch) + gfx.patch \ + sharedlibs.patch ) -signatures=("${source[0]}.asc" '' '' '' '' '' '') +signatures=("${source[0]}.asc" '' '' '' '' '' '' '') options=('scriptlet') build() { diff --git a/source/xapps/firefox/mozconfig b/source/xapps/firefox/mozconfig index 1d85bf2..b7de76e 100644 --- a/source/xapps/firefox/mozconfig +++ b/source/xapps/firefox/mozconfig @@ -27,7 +27,7 @@ ac_add_options --enable-system-cairo ac_add_options --enable-pango ac_add_options --enable-canvas ac_add_options --enable-startup-notification -ac_add_options --enable-libxul +#ac_add_options --enable-libxul ac_add_options --enable-safe-browsing ac_add_options --enable-libnotify ac_add_options --enable-url-classifier diff --git a/source/xapps/firefox/sharedlibs.patch b/source/xapps/firefox/sharedlibs.patch new file mode 100644 index 0000000..8a075d4 --- /dev/null +++ b/source/xapps/firefox/sharedlibs.patch @@ -0,0 +1,13 @@ +diff -Nur mozilla-release.orig/browser/installer/Makefile.in mozilla-release/browser/installer/Makefile.in +--- mozilla-release.orig/browser/installer/Makefile.in 2012-07-17 16:19:29.480356991 +0000 ++++ mozilla-release/browser/installer/Makefile.in 2012-07-17 17:32:41.250937293 +0000 +@@ -50,7 +50,7 @@ + MOZ_PKG_MANIFEST_P = $(srcdir)/package-manifest.in + # Some files have been already bundled with xulrunner + ifndef SYSTEM_LIBXUL +-MOZ_PKG_FATAL_WARNINGS = 1 ++MOZ_PKG_FATAL_WARNINGS = 0 + endif + + MOZ_NONLOCALIZED_PKG_LIST = \ + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
