Page MenuHomeFreeBSD

D37212.id112392.diff
No OneTemporary

D37212.id112392.diff

Index: graphics/png/Makefile
===================================================================
--- graphics/png/Makefile
+++ graphics/png/Makefile
@@ -27,6 +27,11 @@
OPTIONS_DEFAULT_aarch64= SIMD
OPTIONS_DEFAULT_amd64= SIMD
OPTIONS_DEFAULT_powerpc64le= SIMD
+# arm/arm_init.c:43:6: error: "No support for run-time ARM Neon checking; use compile-time options"
+.ifdef QEMU_EMULATING
+OPTIONS_EXCLUDE_armv6= SIMD
+OPTIONS_EXCLUDE_armv7= SIMD
+.endif
APNG_DESC=Enable Animated PNG support

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 29, 9:56 AM (2 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30477852
Default Alt Text
D37212.id112392.diff (496 B)

Event Timeline