Attempt to fix build on amd64.

Reported by:	kris
This commit is contained in:
Sam Lawrance 2006-01-04 05:15:01 +00:00
parent e9d900aadd
commit 833a6a1d10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152698

View file

@ -26,4 +26,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>