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:
parent
67a38b0c2e
commit
b2eb86a9b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202814
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user