1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Unbreak on amd64 since plib is built with -fPIC.

PR:		ports/68109
This commit is contained in:
Thierry Thomas 2004-06-22 19:28:12 +00:00
parent f5c1ab781a
commit 607bfc555b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111997

View File

@ -91,10 +91,6 @@ PLIST_SUB+= K1999="@comment "
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (can't link static libraries into shared libraries)"
.endif
.if ${OSVERSION} < 500041
CPPFLAGS+= -I${X11BASE}/include -fPIC
.else