diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-11-22 13:34:18 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-11-22 13:34:18 +0000 |
commit | b2d407390d4a1fbd06cddd9ca068f3216b240cb6 (patch) | |
tree | 184386a43c012a1b939c5561e0def0c9baf0c92d | |
parent | b0c18dc422cb7d8b94a9c9dea14d5accd96c3c58 (diff) | |
download | ports-b2d407390d4a1fbd06cddd9ca068f3216b240cb6.tar.gz ports-b2d407390d4a1fbd06cddd9ca068f3216b240cb6.zip |
Notes
-rw-r--r-- | net/proxy-suite/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index 2d5137951919..55d120cca1dc 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -55,15 +55,6 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> -# XXX: newer autoconf's rely on the compiler result, not the preprocessor -# for checking headers, so the configure.in needs to be fixed upstream -# to properly include dependencies -post-configure: - @${ECHO} "#define HAVE_NET_IF_H 1" >> ${WRKSRC}/config.h - @${ECHO} "#define HAVE_NETINET_IP_H 1" >> ${WRKSRC}/config.h - @${ECHO} "#define HAVE_NETINET_IP_FIL_H 1" >> ${WRKSRC}/config.h - @${ECHO} "#define HAVE_NETINET_IP_NAT_H 1" >> ${WRKSRC}/config.h - pre-install: @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy |