diff options
Diffstat (limited to 'devel/libunicode-contour/Makefile')
-rw-r--r-- | devel/libunicode-contour/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libunicode-contour/Makefile b/devel/libunicode-contour/Makefile index 2f74189f4052..cda04b8ae1df 100644 --- a/devel/libunicode-contour/Makefile +++ b/devel/libunicode-contour/Makefile @@ -1,7 +1,7 @@ PORTNAME= libunicode DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMESUFFIX= -contour @@ -12,7 +12,7 @@ WWW= https://github.com/contour-terminal/libunicode LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/lib/cmake/Catch2/Catch2Config.cmake:devel/catch2 \ +BUILD_DEPENDS= ${LOCALBASE}/share/pkgconfig/catch2-with-main.pc:devel/catch2 \ UCD>=16.0.0,1:textproc/UCD USES= cmake:testing @@ -24,6 +24,7 @@ USE_LDCONFIG= ${PREFIX}/lib/contour CMAKE_ARGS= -DLIBUNICODE_UCD_DIR:STRING=${LOCALBASE}/share/unicode/ucd \ ${CMAKE_ARGS_${ARCH}} +CMAKE_ARGS_armv7= -DLIBUNICODE_SIMD_IMPLEMENTATION:STRING=std CMAKE_ARGS_i386= -DLIBUNICODE_SIMD_IMPLEMENTATION:STRING=std CMAKE_ARGS_powerpc64= -DLIBUNICODE_SIMD_IMPLEMENTATION:STRING=sse2 CMAKE_ARGS_powerpc64le= -DLIBUNICODE_SIMD_IMPLEMENTATION:STRING=sse2 |