diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-03-08 15:14:03 +0000 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-03-08 15:14:03 +0000 |
commit | 9a0fd32cf6e2ada37675bc743532c5004b16e5e3 (patch) | |
tree | d66faa3279486d2e8ad72bf70e7ef522460372a0 /data/patches/gnuzilla-bug-1058778.patch | |
parent | 2732de330618bc29b7ab07f4004d8e84f698cf95 (diff) |
Added patches to fix build bugs for Windows, MacOS and Android
Diffstat (limited to 'data/patches/gnuzilla-bug-1058778.patch')
-rw-r--r-- | data/patches/gnuzilla-bug-1058778.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/patches/gnuzilla-bug-1058778.patch b/data/patches/gnuzilla-bug-1058778.patch new file mode 100644 index 0000000..27d5097 --- /dev/null +++ b/data/patches/gnuzilla-bug-1058778.patch @@ -0,0 +1,10 @@ +--- a/security/build/moz.build 2015-01-06 05:07:59.000000000 +0000 ++++ b/security/build/moz.build 2015-01-30 21:55:40.988341831 +0000 +@@ -10,5 +10,5 @@ + + FORCE_SHARED_LIB = True + +-if CONFIG['OS_TARGET'] == 'WINNT': +- DEFFILE = 'nss3.def' ++ if CONFIG['OS_TARGET'] == 'WINNT': ++ DEFFILE = 'nss3.def' |