From b5b4a0da7192be7e4fb2156802bec069bd4c4ca3 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 30 Jan 2021 11:06:21 +0000 Subject: claws gtk3 w/ fancy --- .../claws-mail-3.17.5-enchant-2_default.patch | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 mail-client/claws-mail/files/claws-mail-3.17.5-enchant-2_default.patch (limited to 'mail-client/claws-mail/files') diff --git a/mail-client/claws-mail/files/claws-mail-3.17.5-enchant-2_default.patch b/mail-client/claws-mail/files/claws-mail-3.17.5-enchant-2_default.patch new file mode 100644 index 0000000..c9c9bd4 --- /dev/null +++ b/mail-client/claws-mail/files/claws-mail-3.17.5-enchant-2_default.patch @@ -0,0 +1,46 @@ +From 826770e2dae8646a613dbe07685be68b4dc83b62 Mon Sep 17 00:00:00 2001 +From: Lars Wendler +Date: Mon, 9 Mar 2020 15:21:55 +0100 +Subject: [PATCH] Only check for enchant-2 + +Signed-off-by: Lars Wendler +--- + configure.ac | 18 +++++------------- + 1 file changed, 5 insertions(+), 13 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 8ab413657..e1159d45e 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -591,23 +591,15 @@ dnl enchant is used for spell checking + AC_MSG_CHECKING([whether to use enchant]) + AC_MSG_RESULT($enable_enchant) + if test $enable_enchant = yes; then +- PKG_CHECK_MODULES(ENCHANT, enchant >= 1.4.0, ++ PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 2.0.0, + [ +- AC_DEFINE(USE_ENCHANT, 1, enchant) +- echo "Building with enchant" ++ AC_DEFINE(USE_ENCHANT, 1, enchant-2) ++ echo "Building with enchant-2" + enable_enchant=yes + ], + [ +- PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 2.0.0, +- [ +- AC_DEFINE(USE_ENCHANT, 1, enchant-2) +- echo "Building with enchant-2" +- enable_enchant=yes +- ], +- [ +- echo "Building without enchant-notification" +- enable_enchant=no +- ]) ++ echo "Building without enchant-notification" ++ enable_enchant=no + ]) + AC_SUBST(ENCHANT_CFLAGS) + AC_SUBST(ENCHANT_LIBS) +-- +2.25.1 + -- cgit v1.2.3