File litmus-0.12.1_allowed_neon_versions.patch of Package litmus
Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -9001,7 +9001,7 @@ fi
echo "${ECHO_T}$ne_cv_lib_neon" >&6; }
if test "$ne_cv_lib_neon" = "yes"; then
ne_cv_lib_neonver=no
- for v in 25 26 27 28; do
+ for v in 25 26 27 28 29; do
case $ne_libver in
0.$v.*) ne_cv_lib_neonver=yes ;;
esac