diff options
Diffstat (limited to 'net/libdnet/Makefile')
-rw-r--r-- | net/libdnet/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 6e6fbefad8c..4b95389a58a 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/09/14 17:28:19 hans Exp $ +# $NetBSD: Makefile,v 1.20 2012/02/07 03:28:36 taca Exp $ # DISTNAME= libdnet-1.12 @@ -36,6 +36,9 @@ CONFIGURE_ARGS+= --without-check .endif .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "NetBSD" +CONFIGURE_ENV+= ac_cv_header_netinet_ip_fil_h=no +.endif .if ${OPSYS} == "SunOS" CONFIGURE_ENV+= ac_cv_dnet_linux_pf_packet=no .endif |