An attempt to fix build on 64 bit arches.

Suggested by:	Vladimir Kushnir <vkushnir@i.kiev.ua>,
		"Andrew P." <infofarmer@gmail.com>
This commit is contained in:
Roman Bogorodskiy 2005-10-21 14:41:49 +00:00
parent 5a94e6f406
commit b428c03fad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146032

View File

@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --enable-x86
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not build on amd64 or ia64 (tries to link static library against shared)"
CFLAGS+= -fpic -DPIC
.endif
.include <bsd.port.post.mk>