diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:15:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:15:16 +0000 |
commit | 6e0b91f5b8719d6a07fad4a87df0be63339bcc91 (patch) | |
tree | 178cd388692f971d1cbf46bc5389bcb8fd3e1d71 /ftp | |
parent | 43dc7abf01b232e56582d171012a4f0dc7dbc25e (diff) |
Notes
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: |