ports/80429: math/freefem++: unbreak build on amd64

Johan van Selst johans at stack.nl
Thu Apr 28 09:00:29 UTC 2005


>Number:         80429
>Category:       ports
>Synopsis:       math/freefem++: unbreak build on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 28 09:00:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 5.4-STABLE amd64
>Organization:
>Environment:
System: FreeBSD hammer.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE #10: Fri Apr 15 11:15:54 CEST 2005 root at hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64


	
>Description:
	
	Add -fPIC when building shared libraries

>How-To-Repeat:
	
>Fix:

	


diff -uNr freefem++/Makefile freefem++/Makefile
--- freefem++/Makefile	Tue Apr 12 10:28:48 2005
+++ freefem++/Makefile	Thu Apr 28 10:33:33 2005
@@ -51,7 +51,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"
-BROKEN=		"Does not build"
+MAKE_ARGS+=	"PIC=-fPIC"
 .endif
 
 .if ${ARCH} == "sparc64"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list