commit 4edae6ce467d23c19ac720d51a9a519346ef7842
Author: Jan Palus <[email protected]>
Date:   Mon Sep 16 21:22:01 2024 +0200

    properly enable/disable neon

 libpng.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libpng.spec b/libpng.spec
index 3469f6a..bd28428 100644
--- a/libpng.spec
+++ b/libpng.spec
@@ -157,10 +157,10 @@ Narzędzia do konwersji plików PNG z lub do plików PNM.
 %configure \
        %{__enable_disable static_libs static} \
 %ifarch %{arm} aarch64
-%ifarch %{arm_with_neon}
+%ifarch %{arm_with_neon} aarch64
        --enable-arm-neon=yes \
 %else
-       --enable-arm-neon=check \
+       --enable-arm-neon=no \
 %endif
 %endif
 %ifarch mipsel mips64el
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libpng.git/commitdiff/4edae6ce467d23c19ac720d51a9a519346ef7842

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to