forked from Lainports/freebsd-ports
Mark as broken on gcc4.2.
While here, remove 4.x cruft and pet portlint. Hat: portmgr
This commit is contained in:
parent
63775d06da
commit
f47375e657
2 changed files with 8 additions and 7 deletions
|
|
@ -25,12 +25,12 @@ CONFIGURE_ARGS+= --disable-nls
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
|
||||
BROKEN= "Does not compile on !i386 and !alpha"
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on 4.x"
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
|
||||
BROKEN= Does not compile on !i386 and !alpha
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
|
|
|
|||
|
|
@ -29,11 +29,12 @@ NOT_FOR_ARCHS= ia64
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on 4.x"
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure fails on amd64"
|
||||
BROKEN= Configure fails on amd64
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue