Download raw body.
openjph use C++11 and needs ports-gcc
Another port that wants ports-gcc this time for C++11 support.
--
:wq Claudio
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/openjph/Makefile,v
diff -u -p -r1.9 Makefile
--- Makefile 17 Nov 2025 08:43:25 -0000 1.9
+++ Makefile 17 Nov 2025 09:58:49 -0000
@@ -14,6 +14,9 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@
# BSD 2-Clause
PERMIT_PACKAGE= Yes
+# uses C++11
+COMPILER= base-clang ports-gcc
+
WANTLIB += ${COMPILER_LIBCXX} c m tiff
MODULES= devel/cmake
openjph use C++11 and needs ports-gcc