diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-26 21:27:57 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-26 21:27:57 -0500 |
commit | 104e540fe2f63e78b86a61cb41e3ecb2f5451d65 (patch) | |
tree | e82d6599be3c39a68026ae3e3adc018348a6c17d /user/firefox-esr/disable-hunspell_hooks.patch | |
parent | c2fa058ba2ced4f6780e42495aebc02869b2ddf8 (diff) | |
download | packages-104e540fe2f63e78b86a61cb41e3ecb2f5451d65.tar.gz packages-104e540fe2f63e78b86a61cb41e3ecb2f5451d65.tar.bz2 packages-104e540fe2f63e78b86a61cb41e3ecb2f5451d65.tar.xz packages-104e540fe2f63e78b86a61cb41e3ecb2f5451d65.zip |
user/firefox-esr: I present Adélie's worst APKBUILD
Diffstat (limited to 'user/firefox-esr/disable-hunspell_hooks.patch')
-rw-r--r-- | user/firefox-esr/disable-hunspell_hooks.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/firefox-esr/disable-hunspell_hooks.patch b/user/firefox-esr/disable-hunspell_hooks.patch new file mode 100644 index 000000000..1eaa4d035 --- /dev/null +++ b/user/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 |