pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nss fix builds on !Solaris



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76389e995059
branches:  trunk
changeset: 520621:76389e995059
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Oct 24 08:38:03 2006 +0000

description:
fix builds on !Solaris

diffstat:

 devel/nss/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0c410d395d2f -r 76389e995059 devel/nss/Makefile
--- a/devel/nss/Makefile        Tue Oct 24 07:34:56 2006 +0000
+++ b/devel/nss/Makefile        Tue Oct 24 08:38:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/10/22 15:32:47 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.19 2006/10/24 08:38:03 abs Exp $
 
 DISTNAME=              nss-3.11
 CATEGORIES=            security
@@ -65,7 +65,7 @@
 
 SUNOS_TRUE?=   "@comment "
 SUNOS_FALSE?=  
-PLIST_SUBST+=  SUNOS_TRUE=${SUNOS_TRUE:Q}
+PLIST_SUBST+=  SUNOS_TRUE=${SUNOS_TRUE}
 PLIST_SUBST+=  SUNOS_FALSE=${SUNOS_FALSE}
 
 NSS_OBJ_DIR?=  ${OPSYS}${OS_VERSION}_OPT.OBJ



Home | Main Index | Thread Index | Old Index