forked from Lainports/freebsd-ports
Mark as broken with gcc4.2 on 64-bit archs.
This commit is contained in:
parent
34ca79247e
commit
460fcc7867
1 changed files with 9 additions and 1 deletions
|
|
@ -36,4 +36,12 @@ do-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue