From 41ab224df12b8487004a1522b4f671680c082954 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 16 Mar 2020 02:26:02 -0300 Subject: community/*: move lots of stuff from main and modernize --- community/cadaver/neon.patch | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 community/cadaver/neon.patch (limited to 'community/cadaver/neon.patch') diff --git a/community/cadaver/neon.patch b/community/cadaver/neon.patch new file mode 100644 index 0000000000..10a581a574 --- /dev/null +++ b/community/cadaver/neon.patch @@ -0,0 +1,43 @@ +$OpenBSD: patch-configure,v 1.4 2014/09/08 06:51:48 ajacoutot Exp $ +--- a/configure.orig Mon Sep 8 08:49:16 2014 ++++ b/configure Mon Sep 8 08:49:47 2014 +@@ -9595,7 +9595,7 @@ fi + $as_echo "$ne_cv_lib_neon" >&6; } + if test "$ne_cv_lib_neon" = "yes"; then + ne_cv_lib_neonver=no +- for v in 27 28 29; do ++ for v in 27 28 29 30; do + case $ne_libver in + 0.$v.*) ne_cv_lib_neonver=yes ;; + esac +@@ -10242,8 +10242,8 @@ _ACEOF + fi + + else +- { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&5 +-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&6;} ++ { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5 ++$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;} + neon_got_library=no + fi + +@@ -10328,7 +10328,7 @@ fi + $as_echo "$ne_cv_lib_neon" >&6; } + if test "$ne_cv_lib_neon" = "yes"; then + ne_cv_lib_neonver=no +- for v in 27 28 29; do ++ for v in 27 28 29 30; do + case $ne_libver in + 0.$v.*) ne_cv_lib_neonver=yes ;; + esac +@@ -10975,8 +10975,8 @@ _ACEOF + fi + + else +- { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&5 +-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&6;} ++ { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5 ++$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;} + neon_got_library=no + fi + -- cgit v1.2.3