Mark as broken with gcc4.2. While here, remove 4.x cruft.
This commit is contained in:
parent
43dc7abf01
commit
6e0b91f5b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200594
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ MAKE_ARGS= CC=${CC} C_FLAGS="${CFLAGS}" DESTDIR=${PREFIX}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${OSVERSION} < 500000)
|
||||
BROKEN= Requires more recent libc
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Reference in a new issue