disable intrinsics properly for newer versions of libunicode

unbreaks i386 and presumably other archs
This commit is contained in:
sthen
2025-09-13 17:07:36 +00:00
parent 6fa882a7db
commit d22a98951e
+1 -1
View File
@@ -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>