mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
disable intrinsics properly for newer versions of libunicode
unbreaks i386 and presumably other archs
This commit is contained in:
@@ -34,7 +34,7 @@ CONFIGURE_ARGS = -DLIBUNICODE_TESTING=OFF \
|
||||
-DLIBUNICODE_UCD_DIR=${LOCALBASE}/share/unicode/ucd
|
||||
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "aarch64"
|
||||
CONFIGURE_ARGS += -DLIBUNICODE_USE_INTRINSICS=OFF
|
||||
CONFIGURE_ARGS += -DLIBUNICODE_SIMD_IMPLEMENTATION=none
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user