components/desktop/thunderbird/patches/firefox26-36-package_warning.patch
changeset 5255 cea0e462549a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/thunderbird/patches/firefox26-36-package_warning.patch	Mon Jan 11 09:27:45 2016 -0800
@@ -0,0 +1,16 @@
+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.
+
+--- comm-esr31/mozilla/browser/installer/Makefile.in.orig	2015-06-04 17:42:51.400825465 -0700
++++ comm-esr31/mozilla/browser/installer/Makefile.in	2015-06-04 17:42:51.405890984 -0700
+@@ -12,7 +12,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 = 1
+ endif
+ 
+ DEFINES += -DAB_CD=$(AB_CD) -DMOZ_APP_NAME=$(MOZ_APP_NAME) -DPREF_DIR=$(PREF_DIR)