aboutsummaryrefslogtreecommitdiff
path: root/math/freefem++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/freefem++/Makefile')
-rw-r--r--math/freefem++/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index f6a0ada0a759..2041d3ae8c2f 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -49,6 +49,10 @@ BADSAMPLES= load/myfunction.o tutorial/Makefile.in.orig
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+CONFIGURE_ARGS+= --disable-optim
+.endif
+
.if exists(${LOCALBASE}/mpich/bin/mpiCC)
WITH_MPI= yes
.endif