BROKEN on ia64 and amd64: Can't link shared libraries to static
Approved by: portmgr (self)
This commit is contained in:
parent
8f10413ffa
commit
b482477576
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132042
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue