freebsd-ports/net/libdnet/files/configure.patch
Edwin Groothuis 92a5a7f8cf [PATCH] net/libdnet: unbreak on -CURRENT
[DESCRIBE CHANGES]
	This band-aid fix inhibits IPFW detection at configure time.
	At least it will allow -CURRENT users to build ports depending
	on this one (net/honeyd, net/arpd, net/ttlscan,
	security/fragroute).

	Note that this doesn't solve the FreeBSD 4.x + IPFW2 case.

	Added directory / file: files/configure.patch

	Port maintainer (dominic.marks@btinternet.com) is cc'd.

PR:		ports/55807
Submitted by:	Yann Berthier <yb@sainte-barbe.org>
2003-09-03 23:28:08 +00:00

11 lines
441 B
Diff

--- configure.orig Tue Aug 19 13:57:02 2003
+++ configure Tue Aug 19 13:57:21 2003
@@ -4609,8 +4609,6 @@
if test "$ac_cv_header_net_pfvar_h" = yes ; then
LIBOBJS="$LIBOBJS fw-pf.$ac_objext"
-elif test "$ac_cv_header_netinet_ip_fw_h" = yes ; then
- LIBOBJS="$LIBOBJS fw-ipfw.$ac_objext"
elif test "$ac_cv_header_netinet_ip_fil_h" = yes ; then
LIBOBJS="$LIBOBJS fw-ipf.$ac_objext"
elif test "$ac_cv_header_linux_ip_fw_h" = yes ; then