aboutsummaryrefslogtreecommitdiff
path: root/math/freefem++
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-11-16 21:03:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-11-16 21:03:23 +0000
commitcc826d85afbfb37cdb306e0da5546c37203d5875 (patch)
tree5134ab81182ed81c98ef6e57d11a56c653c43260 /math/freefem++
parentae5b6477e9acdb4a7cf57230a113bd61e690dfdd (diff)
downloadports-cc826d85afbfb37cdb306e0da5546c37203d5875.tar.gz
ports-cc826d85afbfb37cdb306e0da5546c37203d5875.zip
Notes
Diffstat (limited to 'math/freefem++')
-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