aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-04-29 00:57:08 +0800
committernovel <novel@FreeBSD.org>2005-04-29 00:57:08 +0800
commit84deaa85c8dba5767471c47eb6ad103c14ffb912 (patch)
tree21070da65015122d5f937cf9d9a880661ba76d7a /math
parent67847d936f741242e8138179bd7cd3c1c6cab9cb (diff)
downloadfreebsd-ports-gnome-84deaa85c8dba5767471c47eb6ad103c14ffb912.tar.gz
freebsd-ports-gnome-84deaa85c8dba5767471c47eb6ad103c14ffb912.tar.zst
freebsd-ports-gnome-84deaa85c8dba5767471c47eb6ad103c14ffb912.zip
Fix build on amd64.
PR: 80429 Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'math')
-rw-r--r--math/freefem++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 850e54081253..9e9d4a75a1c4 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -51,7 +51,7 @@ BADSAMPLES= load/myfunction.o tutorial/Makefile.in.orig
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
-BROKEN= "Does not build"
+MAKE_ARGS+= "PIC=-fPIC"
.endif
.if ${ARCH} == "sparc64"