components/desktop/firefox/patches/firefox-12-package_warning.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Tue, 01 Mar 2016 12:56:53 -0800
changeset 5527 611b2d6efdfe
parent 5255 components/desktop/firefox/patches/firefox26-36-package_warning.patch@cea0e462549a
child 6919 7972aae0fb03
permissions -rw-r--r--
21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes 22757279 Update Thunderbird to version 38.5.0 22613259 thunderbird lightning extension is missing l10n after moved to userland 21133062 problem in TBIRD/MAILER

Disables fatal warnings. Inside package-manifest.in, there is a sparc-specific
line that we can't ifdef out. So we want to make sure this doesn't exit on
an error for x86.  
We will want to redo this patch with an ifdef for x86 vs sparc.

diff --git a/browser/installer/Makefile.in b/browser/installer/Makefile.in
--- a/browser/installer/Makefile.in
+++ b/browser/installer/Makefile.in
@@ -17,7 +17,7 @@
 
 # Some files have been already bundled with xulrunner
 ifndef MOZ_MULET
-MOZ_PKG_FATAL_WARNINGS = 1
+# MOZ_PKG_FATAL_WARNINGS = 1
 endif
 
 DEFINES += -DMOZ_APP_NAME=$(MOZ_APP_NAME) -DPREF_DIR=$(PREF_DIR)