summaryrefslogtreecommitdiff
path: root/experimental/thunderbird/proper-system-hunspell.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2021-10-23 21:17:32 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2021-10-23 21:17:32 -0500
commitcce72287a527b46808158af6d6946cd57dfcaeec (patch)
treedf672abbe2babacba82be27e1f7b04c87ba99518 /experimental/thunderbird/proper-system-hunspell.patch
parent4613eb823f0ad14257e0de868e78f457a263959f (diff)
downloadpackages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.gz
packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.bz2
packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.xz
packages-cce72287a527b46808158af6d6946cd57dfcaeec.zip
{experimental,legacy}/*: remove unneeded pkgs
The Thunderbird 60 release is no longer useful. The legacy packages shown here are not useful and not coming back.
Diffstat (limited to 'experimental/thunderbird/proper-system-hunspell.patch')
-rw-r--r--experimental/thunderbird/proper-system-hunspell.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/experimental/thunderbird/proper-system-hunspell.patch b/experimental/thunderbird/proper-system-hunspell.patch
deleted file mode 100644
index 056dacce6..000000000
--- a/experimental/thunderbird/proper-system-hunspell.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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