diff options
-rw-r--r-- | net/solaris-tap/Makefile | 6 |
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: |