From 4a2becd62d544f106217c4f8a183fc1239161e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Tue, 2 Aug 2022 15:43:25 +0200 Subject: groups/251.native_packages_lib.group: adds enchant v2.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/enchant-2.3.3_pre.local.patch | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 patches/enchant-2.3.3_pre.local.patch (limited to 'patches') diff --git a/patches/enchant-2.3.3_pre.local.patch b/patches/enchant-2.3.3_pre.local.patch new file mode 100644 index 00000000..73ac0afb --- /dev/null +++ b/patches/enchant-2.3.3_pre.local.patch @@ -0,0 +1,27 @@ +diff -ru enchant-2.3.3.orig/configure enchant-2.3.3/configure +--- enchant-2.3.3.orig/configure 2022-04-16 15:58:24.000000000 +0000 ++++ enchant-2.3.3/configure 2022-08-02 12:42:43.209993400 +0000 +@@ -8100,23 +8100,6 @@ + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu + +- if test x$ax_cxx_compile_cxx11_required = xtrue; then +- if test x$ac_success = xno; then +- as_fn_error $? "*** A compiler with support for C++11 language features is required." "$LINENO" 5 +- fi +- fi +- if test x$ac_success = xno; then +- HAVE_CXX11=0 +- { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5 +-$as_echo "$as_me: No compiler with C++11 support was found" >&6;} +- else +- HAVE_CXX11=1 +- +-$as_echo "#define HAVE_CXX11 1" >>confdefs.h +- +- fi +- +- + + ac_ext=mm + ac_cpp='$OBJCXXCPP $CPPFLAGS' -- cgit v1.2.3