BROKEN on amd64: Does not compile (missing -fPIC from shared libraries)

This commit is contained in:
Kris Kennaway 2004-05-30 06:52:59 +00:00
parent 9f4d61c418
commit e352b7c102
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110355

View File

@ -60,6 +60,12 @@ MAN3= cBroadcast.3 cCreate.3 cDestroy.3 cSignal.3 cWait.3 \
skipInsert.3 skipNewList.3 skipNext.3 skipRelease.3 skipSearch.3 \
wdb_keys.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 (missing -fPIC from shared libraries)"
.endif
post-patch:
@# Exclude lemon.c, it gives some errors and its not used at all.
@${MV} ${WRKSRC}/cs/lemon.c ${WRKSRC}/cs/lemon.c.not_used
@ -69,4 +75,4 @@ post-patch:
@# Avoid rebuiling man pages
@${REINPLACE_CMD} -e 's,all man,all,g' ${WRKSRC}/Makefile
.include <bsd.port.mk>
.include <bsd.port.post.mk>