1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

net/proxy-suite: remove configure workaround

- The workaround breaks in some cases, e.g. when ipfilter is not installed
  in the system

PR:		218487
Submitted by:	Franco Fichtner <franco@opnsense.org>
Approved by:	thomas (maintainer timeout)
This commit is contained in:
Kurt Jaeger 2017-11-22 13:34:18 +00:00
parent b0c18dc422
commit b2d407390d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454688

View File

@ -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