components/desktop/firefox/patches/firefox26-36-package_warning.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
equal deleted inserted replaced
5526:570ac9aab8b2 5527:611b2d6efdfe
     1 Disables fatal warnings. Inside package-manifest.in, there is a sparc-specific
       
     2 line that we can't ifdef out. So we want to make sure this doesn't exit on 
       
     3 an error for x86. 
       
     4 We will want to redo this patch with an ifdef for x86 vs sparc. 
       
     5 
       
     6 --- mozilla-esr31/browser/installer/Makefile.in.orig	2015-06-04 17:42:51.400825465 -0700
       
     7 +++ mozilla-esr31/browser/installer/Makefile.in	2015-06-04 17:42:51.405890984 -0700
       
     8 @@ -12,7 +12,7 @@
       
     9  MOZ_PKG_MANIFEST_P = $(srcdir)/package-manifest.in
       
    10  # Some files have been already bundled with xulrunner
       
    11  ifndef SYSTEM_LIBXUL
       
    12 -MOZ_PKG_FATAL_WARNINGS = 1
       
    13 +#MOZ_PKG_FATAL_WARNINGS = 1
       
    14  endif
       
    15  
       
    16  DEFINES += -DAB_CD=$(AB_CD) -DMOZ_APP_NAME=$(MOZ_APP_NAME) -DPREF_DIR=$(PREF_DIR)