diff options
Diffstat (limited to 'net/libpcap/Makefile')
-rw-r--r-- | net/libpcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index e6503c212d2..90fe513ca7b 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2016/02/25 16:20:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.62 2016/03/08 12:53:34 adam Exp $ DISTNAME= libpcap-1.7.4 CATEGORIES= net @@ -14,6 +14,7 @@ NOT_FOR_PLATFORM+= Interix-*-* # no raw interface access USE_LIBTOOL= yes USE_TOOLS+= bison flex gm4 GNU_CONFIGURE= yes +CONFIGURE_ARGS.Darwin+= --disable-universal # Versions of SunOS which include getifaddrs confuse the configure script, # and result in dlpi stubs not being enabled. |