BROKEN: Does not compile completely (appears as broken pkg-plist)

This commit is contained in:
Kris Kennaway 2004-03-19 22:40:31 +00:00
parent 98b33a85bb
commit 739548bcfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104670

View File

@ -40,6 +40,12 @@ PLIST_SUB+= OPENEXR:=""
PLIST_SUB+= OPENEXR:="@comment "
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile completely"
.endif
post-patch:
@${REINPLACE_CMD} -e \
's| -Wall||' \
@ -49,4 +55,4 @@ post-patch:
's|-LINUX.+$$||' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>