diff options
author | adam <adam@pkgsrc.org> | 2016-03-08 12:53:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-03-08 12:53:34 +0000 |
commit | 64ea851babd0589cce26aa7e4f00526b82ee00fe (patch) | |
tree | 738ead77e89467f951b80db6737cf64a69d82d47 /net/libpcap | |
parent | 5a5276eb9c3d40694095ceb84ad2bf1f81151f3f (diff) | |
download | pkgsrc-64ea851babd0589cce26aa7e4f00526b82ee00fe.tar.gz |
Disable univeral builds on Darwin
Diffstat (limited to 'net/libpcap')
-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. |