diff options
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: |