From b8b09439ba0e044d7ff77fd094661e6df47a0652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 10 Feb 2017 01:55:38 +0100 Subject: [PATCH] libopenal: neon broken on armv7* as well Disable neon for all arm* targets. --- srcpkgs/libopenal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libopenal/template b/srcpkgs/libopenal/template index 8f8ffd8537f..b3f0d57aee5 100644 --- a/srcpkgs/libopenal/template +++ b/srcpkgs/libopenal/template @@ -15,7 +15,7 @@ checksum=a341f8542f1f0b8c65241a17da13d073f18ec06658e1a1606a8ecc8bbc2b3314 pre_configure() { case "$XBPS_TARGET_MACHINE" in - armv6*) # Hack to not compile (broken) arm_neon.h inlining of indirect function calls + arm*) # Hack to not compile (broken) arm_neon.h inlining of indirect function calls sed -i CMakeLists.txt -e"s;arm_neon.h;arm_neon.xxx;" ;; esac