diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 13:15:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 13:15:16 +0800 |
commit | 9588ba1813f1bc5ca2a4606732d80bbe5c19dc80 (patch) | |
tree | fd586b25040a635c59e954fec83a466a2bc409fb /ftp | |
parent | 95678702cb5ba1aa52c3bc9fbe92a3ae1e954a95 (diff) | |
download | freebsd-ports-gnome-9588ba1813f1bc5ca2a4606732d80bbe5c19dc80.tar.gz freebsd-ports-gnome-9588ba1813f1bc5ca2a4606732d80bbe5c19dc80.tar.zst freebsd-ports-gnome-9588ba1813f1bc5ca2a4606732d80bbe5c19dc80.zip |
Mark as broken with gcc4.2. While here, remove 4.x cruft.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/IglooFTP/Makefile | 4 |
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: |