From 831be0cb6a801eda7c5dad570c097ec3e970c83e Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 16 Oct 2006 12:50:43 +0000 Subject: Fixed the build on Solaris, for which NSS_OBJ_DIR was not set before. --- devel/nss/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/nss') 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 \ -- cgit v1.2.3