summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-03-13 11:22:13 +0000
committerjperkin <jperkin@pkgsrc.org>2014-03-13 11:22:13 +0000
commit6685f2c160cab9867745114585890040e095d786 (patch)
treeec789ecb19368f8077c695647f678816954c2bfb /net
parent8429be58d4dd33dfc5e94ee69bbfba5a484851cb (diff)
downloadpkgsrc-6685f2c160cab9867745114585890040e095d786.tar.gz
Pass --disable-64bit on 32-bit platforms.
Diffstat (limited to 'net')
-rw-r--r--net/solaris-tap/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/solaris-tap/Makefile b/net/solaris-tap/Makefile
index 0f9334c3491..f395ab04272 100644
--- a/net/solaris-tap/Makefile
+++ b/net/solaris-tap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/02/01 22:21:09 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/03/13 11:22:13 jperkin Exp $
DISTNAME= tuntap
PKGNAME= solaris-tap-20091116
@@ -17,6 +17,10 @@ WRKSRC= ${WRKDIR}/tuntap
.include "../../mk/bsd.prefs.mk"
+.if empty(ABI:M64)
+CONFIGURE_ARGS+= --disable-64bit
+.endif
+
INSTALLATION_DIRS= include/net lkm
do-install: