components/desktop/thunderbird/patches/firefox-12-package_warning.patch
changeset 7018 fdf447a07aff
parent 7017 25872950aa80
child 7020 58ca1f0fa3a7
equal deleted inserted replaced
7017:25872950aa80 7018:fdf447a07aff
     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 diff --git a/browser/installer/Makefile.in b/browser/installer/Makefile.in
       
     7 --- a/browser/installer/Makefile.in
       
     8 +++ b/browser/installer/Makefile.in
       
     9 @@ -13,7 +13,7 @@ MOZ_PKG_MANIFEST = $(srcdir)/package-man
       
    10 
       
    11  # Some files have been already bundled with xulrunner
       
    12  ifndef MOZ_MULET
       
    13 -MOZ_PKG_FATAL_WARNINGS = 1
       
    14 +#MOZ_PKG_FATAL_WARNINGS = 1
       
    15  else
       
    16  DEFINES += -DMOZ_MULET
       
    17  endif