summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-08-02 15:43:25 +0200
committerØrjan Malde <red@foxi.me>2022-08-02 15:43:25 +0200
commit4a2becd62d544f106217c4f8a183fc1239161e91 (patch)
treeeac638ba3ff4d7b6d0e5f93022aa561c6dc14fb8 /patches
parent8c985cb572d4cfec07bd0822ce8466244844463f (diff)
downloadmidipix_build-4a2becd62d544f106217c4f8a183fc1239161e91.tar.bz2
midipix_build-4a2becd62d544f106217c4f8a183fc1239161e91.tar.xz
groups/251.native_packages_lib.group: adds enchant v2.3.3
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/enchant-2.3.3_pre.local.patch27
1 files changed, 27 insertions, 0 deletions
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'