mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
449 B
Plaintext
13 lines
449 B
Plaintext
Recognize newer versions of neon.
|
|
--- configure.orig 2008-07-16 16:15:52.000000000 -0500
|
|
+++ configure 2023-09-04 11:47:40.000000000 -0500
|
|
@@ -8456,7 +8456,7 @@
|
|
echo "${ECHO_T}$ne_cv_lib_neon" >&6; }
|
|
if test "$ne_cv_lib_neon" = "yes"; then
|
|
ne_cv_lib_neonver=no
|
|
- for v in 24 25 26 27 28; do
|
|
+ for v in 24 25 26 27 28 29 30 31 32; do
|
|
case $ne_libver in
|
|
0.$v.*) ne_cv_lib_neonver=yes ;;
|
|
esac
|