diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-28 16:57:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-28 16:57:08 +0000 |
commit | 04c419e7660930b0ee6bfe4ed540ce399408aca7 (patch) | |
tree | c8a19ef7507465e65b3be4519fbaa733d0866bd4 /math/freefem++ | |
parent | 23e35dbc6f5cf1a60775c9b617229ab2c8d1efca (diff) |
Notes
Diffstat (limited to 'math/freefem++')
-rw-r--r-- | math/freefem++/Makefile | 2 |
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" |