aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/freefem++/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 482948d1c6ca..8fc0df53dca4 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -29,6 +29,10 @@ DOCS= BUGS COPYRIGHT HISTORY README DOC/manual.pdf
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 501103
+USE_GCC= 3.2
+.endif
+
HOSTTYPE!= ${UNAME} -s
post-patch: