1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- 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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202814
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