From 93a93e9a3b53c1a73142a305ea1f8136846942ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Dec 2021 14:08:05 +0000 Subject: gentoo resync : 22.12.2021 --- mail-client/cone/files/cone-1.0-no-spelling.patch | 46 ----------------------- 1 file changed, 46 deletions(-) delete mode 100644 mail-client/cone/files/cone-1.0-no-spelling.patch (limited to 'mail-client/cone/files') diff --git a/mail-client/cone/files/cone-1.0-no-spelling.patch b/mail-client/cone/files/cone-1.0-no-spelling.patch deleted file mode 100644 index b8985b2a3c51..000000000000 --- a/mail-client/cone/files/cone-1.0-no-spelling.patch +++ /dev/null @@ -1,46 +0,0 @@ -Allow spellchecking support to be disabled. - ---- cone-1.0/cone/configure.ac -+++ cone-1.0/cone/configure.ac -@@ -183,8 +183,10 @@ - ALLSPELLOBJ='spellcheckerPspell.$(OBJEXT)'" $ALLSPELLOBJ" - fi - --AC_ARG_WITH(spellcheck, [ --with-spellcheck=pspell Use pspell for spell checking -- --with-spellcheck=aspell Use aspell for spell checking], [ -+AC_ARG_WITH(spellcheck, [ -+ --with-spellcheck=pspell Use pspell for spell checking -+ --with-spellcheck=aspell Use aspell for spell checking -+ --with-spellcheck=none Disable spell checking], [ - - case "$withval" in - pspell) -@@ -200,6 +202,10 @@ - AC_MSG_ERROR(aspell library not found) - fi - ;; -+none) -+ PSPELL="none" -+ ASPELL="none" -+ ;; - *) - AC_MSG_ERROR(Invalid --with-spellcheck option) - ;; -@@ -232,10 +238,13 @@ - SPELL_OBJ='spellcheckerPspell.$(OBJEXT)' - SPELL_LIB='-lpspell' - else -- AC_MSG_WARN(---------------------------------------------------------------) -- AC_MSG_WARN(Neither pspell nor aspell was found -- disabling spell checking) -- AC_MSG_WARN(---------------------------------------------------------------) -- sleep 5 -+ if test "$ASPELL" != "none" && test "$PSPELL" != "none" -+ then -+ AC_MSG_WARN(---------------------------------------------------------------) -+ AC_MSG_WARN(Neither pspell nor aspell was found -- disabling spell checking) -+ AC_MSG_WARN(---------------------------------------------------------------) -+ sleep 5 -+ fi - SPELL_OBJ='spellcheckerNone.$(OBJEXT)' - SPELL_LIB='' - fi -- cgit v1.2.3