From 74eaf16336793d39a185f2ab053a8487bc8dfae0 Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 24 Oct 2006 08:38:03 +0000 Subject: fix builds on !Solaris --- devel/nss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 4f635b95ad1..ee47b14de70 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -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 @@ NSS_OBJ_DIR= ${OPSYS}${NSS_SHORT_OS_VERSION}${NSS_MACHINE_ARCH}_glibc_PTH_OPT.OB 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 -- cgit v1.2.3