summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/octave-forge-interval/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/octave-forge-interval/Makefile b/math/octave-forge-interval/Makefile
index 8a6bc0b70d26..b9be5da73ac8 100644
--- a/math/octave-forge-interval/Makefile
+++ b/math/octave-forge-interval/Makefile
@@ -16,4 +16,11 @@ LIB_DEPENDS= libmpfr.so:math/mpfr
USES= octave
+.include <bsd.port.options.mk>
+
+.if ${ARCH:Mpowerpc*}
+CXX= clang++${LLVM_VERSION}
+USES+= llvm:min=16
+.endif
+
.include <bsd.port.mk>