summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-03-08 12:53:34 +0000
committeradam <adam@pkgsrc.org>2016-03-08 12:53:34 +0000
commit64ea851babd0589cce26aa7e4f00526b82ee00fe (patch)
tree738ead77e89467f951b80db6737cf64a69d82d47
parent5a5276eb9c3d40694095ceb84ad2bf1f81151f3f (diff)
downloadpkgsrc-64ea851babd0589cce26aa7e4f00526b82ee00fe.tar.gz
Disable univeral builds on Darwin
-rw-r--r--net/libpcap/Makefile3
-rw-r--r--net/tcpdump/Makefile3
2 files changed, 4 insertions, 2 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.
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index 636751bda02..6fbb4cd56f7 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2016/03/05 11:29:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2016/03/08 12:53:34 adam Exp $
DISTNAME= tcpdump-4.7.4
PKGREVISION= 1
@@ -11,6 +11,7 @@ COMMENT= Network monitoring tool
LICENSE= modified-bsd
GNU_CONFIGURE= yes
+CONFIGURE_ARGS.Darwin+= --disable-universal
.include "options.mk"