View | Details | Raw Unified | Return to bug 218487
Collapse All | Expand All

(-)b/net/proxy-suite/Makefile (-9 lines)
Lines 55-69 SUB_FILES= pkg-message Link Here
55
55
56
.include <bsd.port.pre.mk>
56
.include <bsd.port.pre.mk>
57
57
58
# XXX: newer autoconf's rely on the compiler result, not the preprocessor
59
#      for checking headers, so the configure.in needs to be fixed upstream
60
#      to properly include dependencies
61
post-configure:
62
	@${ECHO} "#define HAVE_NET_IF_H 1" >> ${WRKSRC}/config.h
63
	@${ECHO} "#define HAVE_NETINET_IP_H 1" >> ${WRKSRC}/config.h
64
	@${ECHO} "#define HAVE_NETINET_IP_FIL_H 1" >> ${WRKSRC}/config.h
65
	@${ECHO} "#define HAVE_NETINET_IP_NAT_H 1" >> ${WRKSRC}/config.h
66
67
pre-install:
58
pre-install:
68
	@${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy
59
	@${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy
69
60

Return to bug 218487