- Mark BROKEN on amd64 and 7.0

Reported by:	pointyhat
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik
2007-11-24 18:40:29 +00:00
parent 67a38b0c2e
commit b2eb86a9b0
2 changed files with 8 additions and 0 deletions

View File

@@ -60,4 +60,8 @@ post-install:
BROKEN= fails to install
.endif
.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>

View File

@@ -29,6 +29,10 @@ CFLAGS+= -O2 -fno-strict-aliasing
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
BROKEN= Does not compile
.endif
post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure