BROKEN on amd64: Does not compile
This commit is contained in:
parent
f005b4280b
commit
fcc58bae62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111577
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ USE_GMAKE= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on amd64"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for dir in ${PREFIX}/include/${PORTNAME} ${PREFIX}/share/${PORTNAME}
|
||||
@${FIND} ${dir} ! -type d | \
|
||||
|
|
Loading…
Reference in a new issue