diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/IglooFTP/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile index e39cfa71f373..68d7b39f4ee3 100644 --- a/ftp/IglooFTP/Makefile +++ b/ftp/IglooFTP/Makefile @@ -26,13 +26,13 @@ MAKE_ARGS= CC=${CC} C_FLAGS="${CFLAGS}" DESTDIR=${PREFIX} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - post-extract: @${RM} ${WRKSRC}/../share/docs/LICENSE~ +post-patch: + @${REINPLACE_CMD} -e 's|(char) user_rc.default_session.firewall_login_type|user_rc.default_session.firewall_login_type|' \ + ${WRKSRC}/custom_io.h + post-install: .if !defined(NOPORTDOCS) .for file in AUTHORS BUGS COPYRIGHT THANKS TODO |