BROKEN on ia64 and amd64: Can't link shared libraries to static

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 22:21:50 +00:00
parent 8f10413ffa
commit b482477576
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132042

View file

@ -22,4 +22,10 @@ RUN_DEPENDS= pl:${PORTSDIR}/lang/swi-pl
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN= "Does not build on ia64 or amd64 (can't link shared libraries to static)"
.endif
.include <bsd.port.post.mk>