git: d37d6119226a - main - devel/libunicode-contour: fix build on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Aug 2025 13:29:28 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d37d6119226a9e473616e78a3e8a773a005b20ac
commit d37d6119226a9e473616e78a3e8a773a005b20ac
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-08-21 11:38:24 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-08-21 13:29:24 +0000
devel/libunicode-contour: fix build on powerpc64
Same as powerpc64le.
---
devel/libunicode-contour/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/libunicode-contour/Makefile b/devel/libunicode-contour/Makefile
index 5055291498ce..2f74189f4052 100644
--- a/devel/libunicode-contour/Makefile
+++ b/devel/libunicode-contour/Makefile
@@ -25,7 +25,9 @@ USE_LDCONFIG= ${PREFIX}/lib/contour
CMAKE_ARGS= -DLIBUNICODE_UCD_DIR:STRING=${LOCALBASE}/share/unicode/ucd \
${CMAKE_ARGS_${ARCH}}
CMAKE_ARGS_i386= -DLIBUNICODE_SIMD_IMPLEMENTATION:STRING=std
+CMAKE_ARGS_powerpc64= -DLIBUNICODE_SIMD_IMPLEMENTATION:STRING=sse2
CMAKE_ARGS_powerpc64le= -DLIBUNICODE_SIMD_IMPLEMENTATION:STRING=sse2
+CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -D__SSE2__ -mvsx
CXXFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS -D__SSE2__
REINPLACE_ARGS= -i ''