summaryrefslogtreecommitdiff
path: root/devel/nss
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-16 12:50:43 +0000
committerrillig <rillig@pkgsrc.org>2006-10-16 12:50:43 +0000
commit831be0cb6a801eda7c5dad570c097ec3e970c83e (patch)
treecd53fc7d701cbfd6b916519c4a191b4b57fcccde /devel/nss
parent4976efe51cd801af004a893c09d05db593430ab0 (diff)
downloadpkgsrc-831be0cb6a801eda7c5dad570c097ec3e970c83e.tar.gz
Fixed the build on Solaris, for which NSS_OBJ_DIR was not set before.
Diffstat (limited to 'devel/nss')
-rw-r--r--devel/nss/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile
index 365dc660478..0651691c541 100644
--- a/devel/nss/Makefile
+++ b/devel/nss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/07/12 16:30:03 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2006/10/16 12:50:43 rillig Exp $
DISTNAME= nss-3.11
CATEGORIES= security
@@ -48,6 +48,7 @@ NSS_MACHINE_ARCH= _${MACHINE_ARCH}
. endif
NSS_OBJ_DIR= ${OPSYS}${NSS_SHORT_OS_VERSION}${NSS_MACHINE_ARCH}_glibc_PTH_OPT.OBJ
.endif
+NSS_OBJ_DIR?= ${OPSYS}${OS_VERSION}_OPT.OBJ
pre-configure:
${CP} ${FILESDIR}/DragonFly.mk \