diff options
author | abs <abs> | 2006-10-24 08:38:03 +0000 |
---|---|---|
committer | abs <abs> | 2006-10-24 08:38:03 +0000 |
commit | 185f7dbc34393166137cf397b2c85aefe320ee82 (patch) | |
tree | 7cb00aeab1c6528b3392eee75b67107294172a30 /devel/nss | |
parent | bf6d910fc671ea89af73e38ba2bdeeafaee60242 (diff) | |
download | pkgsrc-185f7dbc34393166137cf397b2c85aefe320ee82.tar.gz |
fix builds on !Solaris
Diffstat (limited to 'devel/nss')
-rw-r--r-- | devel/nss/Makefile | 4 |
1 files 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 |