pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/solaris-tap Fixes malformed conditional for old bm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5740e41d0b1e
branches:  trunk
changeset: 631824:5740e41d0b1e
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Mar 14 08:34:45 2014 +0000

description:
Fixes malformed conditional for old bmake.

diffstat:

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

diffs (18 lines):

diff -r 365cb71fee03 -r 5740e41d0b1e net/solaris-tap/Makefile
--- a/net/solaris-tap/Makefile  Fri Mar 14 07:55:11 2014 +0000
+++ b/net/solaris-tap/Makefile  Fri Mar 14 08:34:45 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/03/13 11:22:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2014/03/14 08:34:45 obache Exp $
 
 DISTNAME=      tuntap
 PKGNAME=       solaris-tap-20091116
@@ -17,7 +17,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if empty(ABI:M64)
+.if empty(ABI:U:M64)
 CONFIGURE_ARGS+=       --disable-64bit
 .endif
 



Home | Main Index | Thread Index | Old Index