diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 23:14:43 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:15:31 +0000 |
commit | e7406cbaa68758ca108849591f46f930a3b54c01 (patch) | |
tree | 0483a4170ed32991854bdddfa599606c0a5afe70 /community/firefox-esr/disable-hunspell_hooks.patch | |
parent | 08d1a579e2842c0ac1abd328fe236f0ad2e7b809 (diff) | |
download | aports-e7406cbaa68758ca108849591f46f930a3b54c01.tar.bz2 aports-e7406cbaa68758ca108849591f46f930a3b54c01.tar.xz |
community/firefox-esr: upgrade to 52.0.2
Diffstat (limited to 'community/firefox-esr/disable-hunspell_hooks.patch')
-rw-r--r-- | community/firefox-esr/disable-hunspell_hooks.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/firefox-esr/disable-hunspell_hooks.patch b/community/firefox-esr/disable-hunspell_hooks.patch new file mode 100644 index 0000000000..1eaa4d0351 --- /dev/null +++ b/community/firefox-esr/disable-hunspell_hooks.patch @@ -0,0 +1,11 @@ +--- a/mozilla-config.h.in 2016-07-06 15:16:06.621880293 +0200 ++++ b/mozilla-config.h.in 2016-07-06 15:16:42.958428126 +0200 +@@ -54,7 +54,7 @@ + * HUNSPELL_STATIC is defined in extensions/spellcheck/hunspell/src/Makefile.in, + * unless --enable-system-hunspell is defined. + */ +-#if defined(HUNSPELL_STATIC) ++#if 0 + #include "hunspell_alloc_hooks.h" + #include "hunspell_fopen_hooks.h" + #endif |