From 84deaa85c8dba5767471c47eb6ad103c14ffb912 Mon Sep 17 00:00:00 2001 From: novel Date: Thu, 28 Apr 2005 16:57:08 +0000 Subject: Fix build on amd64. PR: 80429 Submitted by: Johan van Selst --- math/freefem++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') 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 .if ${ARCH} == "amd64" -BROKEN= "Does not build" +MAKE_ARGS+= "PIC=-fPIC" .endif .if ${ARCH} == "sparc64" -- cgit