Page MenuHomeFreeBSD

D32096.diff
No OneTemporary

D32096.diff

diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile
--- a/graphics/jpeg-turbo/Makefile
+++ b/graphics/jpeg-turbo/Makefile
@@ -40,10 +40,14 @@
BUILD_DEPENDS+= nasm:devel/nasm
.endif
+.if ${ARCH} == armv6
+CMAKE_OFF= WITH_SIMD
+.endif
+
.if ${SLAVE_PORT} == yes
PLIST_SUB+= JPEG="@comment " LIBTURBOJPEG=""
.else
-CMAKE_OFF= WITH_TURBOJPEG
+CMAKE_OFF+= WITH_TURBOJPEG
CONFLICTS_INSTALL= jpeg-[0-9]*
PLIST_SUB+= JPEG="" LIBTURBOJPEG="@comment "
.endif

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 24, 5:32 PM (4 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37195717
Default Alt Text
D32096.diff (481 B)

Event Timeline