Mark the OpenColorIO port appropriately. It will only build with libc++.

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/opencolorio/Makefile,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 Makefile
--- Makefile    26 Apr 2023 08:17:16 -0000      1.26
+++ Makefile    25 May 2023 03:51:49 -0000
@@ -1,4 +1,4 @@
-BROKEN-sparc64 = NumberUtils.h:143:17: error: no member named 'strtoll_l' in 
the global namespace
+ONLY_FOR_ARCHS =       ${CLANG_ARCHS}
 
 COMMENT =              color management library
 
@@ -22,7 +22,7 @@ PERMIT_PACKAGE =      Yes
 
 WANTLIB += ${COMPILER_LIBCXX} Imath-3_1 expat m pystring yaml-cpp
 
-COMPILER =             base-clang ports-gcc
+COMPILER =             base-clang
 
 MODULES =              devel/cmake \
                        lang/python

Reply via email to