summaryrefslogtreecommitdiff
path: root/ftp/IglooFTP
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 05:15:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 05:15:16 +0000
commit6e0b91f5b8719d6a07fad4a87df0be63339bcc91 (patch)
tree178cd388692f971d1cbf46bc5389bcb8fd3e1d71 /ftp/IglooFTP
parentMark as broken on amd64-current. (diff)
Mark as broken with gcc4.2. While here, remove 4.x cruft.
Notes
Notes: svn path=/head/; revision=200594
Diffstat (limited to 'ftp/IglooFTP')
-rw-r--r--ftp/IglooFTP/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile
index 82a3be78c202..e39cfa71f373 100644
--- a/ftp/IglooFTP/Makefile
+++ b/ftp/IglooFTP/Makefile
@@ -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: