- Mark BROKEN on amd64 and 7.0
Reported by: pointyhat Approved by: portmgr (hat)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user