diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-13 01:17:58 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-13 01:17:58 -0500 |
commit | 95a8766521ed143dbf82ec447b7b79743e274797 (patch) | |
tree | 813208c7a3f22309e48d9d8a220862886be5b658 /user/thunderbird/disable-hunspell_hooks.patch | |
parent | a987aed29a4003ef075b86cd50c1a0875004f30d (diff) | |
download | packages-95a8766521ed143dbf82ec447b7b79743e274797.tar.gz packages-95a8766521ed143dbf82ec447b7b79743e274797.tar.bz2 packages-95a8766521ed143dbf82ec447b7b79743e274797.tar.xz packages-95a8766521ed143dbf82ec447b7b79743e274797.zip |
user/thunderbird: new package
Diffstat (limited to 'user/thunderbird/disable-hunspell_hooks.patch')
-rw-r--r-- | user/thunderbird/disable-hunspell_hooks.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/thunderbird/disable-hunspell_hooks.patch b/user/thunderbird/disable-hunspell_hooks.patch new file mode 100644 index 000000000..1eaa4d035 --- /dev/null +++ b/user/thunderbird/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 |