Fix build on AMD64

PR:		63111
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
This commit is contained in:
Tilman Keskinoz 2004-02-20 15:34:19 +00:00
parent b8c79d7091
commit 2278059ba6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101507

View File

@ -29,4 +29,8 @@ CONFIGURE_ARGS= --enable-python=no
PLIST_SUB+= PYTHON:="@comment "
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
.endif
.include <bsd.port.post.mk>