mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
44 lines
1.7 KiB
Diff
44 lines
1.7 KiB
Diff
$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 31 32; 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 31 32" >&5
|
|
+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31 32" >&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 31 32; 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 31 32" >&5
|
|
+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31 32" >&6;}
|
|
neon_got_library=no
|
|
fi
|
|
|