components/desktop/thunderbird/patches/firefox-12-package_warning.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Tue, 19 Jul 2016 14:15:23 -0700
changeset 6431 e4667e7df088
permissions -rw-r--r--
23601539 Update Thunderbird to version 45.1.0

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
@@ -13,7 +13,7 @@ MOZ_PKG_MANIFEST = $(srcdir)/package-man

 # Some files have been already bundled with xulrunner
 ifndef MOZ_MULET
-MOZ_PKG_FATAL_WARNINGS = 1
+#MOZ_PKG_FATAL_WARNINGS = 1
 else
 DEFINES += -DMOZ_MULET
 endif