components/desktop/firefox/patches/firefox-12-package_warning.patch
changeset 6919 7972aae0fb03
parent 5527 611b2d6efdfe
equal deleted inserted replaced
6918:5fc9b45c15e5 6919:7972aae0fb03
     4 We will want to redo this patch with an ifdef for x86 vs sparc.
     4 We will want to redo this patch with an ifdef for x86 vs sparc.
     5 
     5 
     6 diff --git a/browser/installer/Makefile.in b/browser/installer/Makefile.in
     6 diff --git a/browser/installer/Makefile.in b/browser/installer/Makefile.in
     7 --- a/browser/installer/Makefile.in
     7 --- a/browser/installer/Makefile.in
     8 +++ b/browser/installer/Makefile.in
     8 +++ b/browser/installer/Makefile.in
     9 @@ -17,7 +17,7 @@
     9 @@ -13,7 +13,7 @@ MOZ_PKG_MANIFEST = $(srcdir)/package-man
    10  
    10 
    11  # Some files have been already bundled with xulrunner
    11  # Some files have been already bundled with xulrunner
    12  ifndef MOZ_MULET
    12  ifndef MOZ_MULET
    13 -MOZ_PKG_FATAL_WARNINGS = 1
    13 -MOZ_PKG_FATAL_WARNINGS = 1
    14 +# MOZ_PKG_FATAL_WARNINGS = 1
    14 +#MOZ_PKG_FATAL_WARNINGS = 1
       
    15  else
       
    16  DEFINES += -DMOZ_MULET
    15  endif
    17  endif
    16  
       
    17  DEFINES += -DMOZ_APP_NAME=$(MOZ_APP_NAME) -DPREF_DIR=$(PREF_DIR)