pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/solaris-tap Pass --disable-64bit on 32-bit platforms.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97985a0b867e
branches:  trunk
changeset: 631749:97985a0b867e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 13 11:22:13 2014 +0000

description:
Pass --disable-64bit on 32-bit platforms.

diffstat:

 net/solaris-tap/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9d02bea0e9f2 -r 97985a0b867e net/solaris-tap/Makefile
--- a/net/solaris-tap/Makefile  Thu Mar 13 11:08:49 2014 +0000
+++ b/net/solaris-tap/Makefile  Thu Mar 13 11:22:13 2014 +0000
@@ -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 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+.if empty(ABI:M64)
+CONFIGURE_ARGS+=       --disable-64bit
+.endif
+
 INSTALLATION_DIRS=     include/net lkm
 
 do-install:



Home | Main Index | Thread Index | Old Index