mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken with gcc4.2.
While here, try to pet portlint a bit, but it's still pretty unhappy.
This commit is contained in:
parent
0c8a74657b
commit
2a10c095f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200610
1 changed files with 6 additions and 2 deletions
|
@ -38,12 +38,16 @@ MANPAGES= gdb.1:gdb run.1:sim/common
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
BROKEN= "Configure fails on amd64 and ia64"
|
||||
BROKEN= Configure fails on amd64 and ia64
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Fails to link"
|
||||
BROKEN= Fails to link
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue