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/proper-system-hunspell.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/proper-system-hunspell.patch')
-rw-r--r-- | user/thunderbird/proper-system-hunspell.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/user/thunderbird/proper-system-hunspell.patch b/user/thunderbird/proper-system-hunspell.patch new file mode 100644 index 000000000..e1429de08 --- /dev/null +++ b/user/thunderbird/proper-system-hunspell.patch @@ -0,0 +1,22 @@ +moz seem to have no idea what their own damn build system is doing... + +--- thunderbird-52.6.0/mozilla/extensions/spellcheck/hunspell/glue/moz.build 2018-01-24 03:06:15.000000000 +0000 ++++ thunderbird-52.6.0/mozilla/extensions/spellcheck/hunspell/glue/moz.build 2018-03-12 09:17:05.386773708 +0000 +@@ -16,6 +16,9 @@ + if CONFIG['MOZ_SYSTEM_HUNSPELL']: + CXXFLAGS += CONFIG['MOZ_HUNSPELL_CFLAGS'] + else: ++ # This variable is referenced in configure.in. Make sure to change that file ++ # too if you need to change this variable. ++ DEFINES['HUNSPELL_STATIC'] = True + LOCAL_INCLUDES += ['../src'] + + LOCAL_INCLUDES += [ +@@ -33,7 +36,3 @@ + 'RemoteSpellCheckEngineChild.h', + 'RemoteSpellCheckEngineParent.h', + ] +- +-# This variable is referenced in configure.in. Make sure to change that file +-# too if you need to change this variable. +-DEFINES['HUNSPELL_STATIC'] = True |