diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-10-22 23:30:58 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-10-22 23:30:58 +0000 |
commit | daf63c3be016f8177a14acd13ae0ad75482e18a5 (patch) | |
tree | d09ca20d3629d290aeb86baa3bd4f3751c67a301 /experimental/thunderbird/proper-system-hunspell.patch | |
parent | fd4ce488b375774f8a11f81af831ab075405d64e (diff) | |
download | packages-daf63c3be016f8177a14acd13ae0ad75482e18a5.tar.gz packages-daf63c3be016f8177a14acd13ae0ad75482e18a5.tar.bz2 packages-daf63c3be016f8177a14acd13ae0ad75482e18a5.tar.xz packages-daf63c3be016f8177a14acd13ae0ad75482e18a5.zip |
experimental/thunderbird: is servo's issue a musl one or ppc64 one?
Diffstat (limited to 'experimental/thunderbird/proper-system-hunspell.patch')
-rw-r--r-- | experimental/thunderbird/proper-system-hunspell.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/experimental/thunderbird/proper-system-hunspell.patch b/experimental/thunderbird/proper-system-hunspell.patch new file mode 100644 index 000000000..056dacce6 --- /dev/null +++ b/experimental/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/extensions/spellcheck/hunspell/glue/moz.build 2018-01-24 03:06:15.000000000 +0000 ++++ thunderbird-52.6.0/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 |