pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nss Fixed the build on Solaris, for which NSS_OB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f708c69c5d14
branches:  trunk
changeset: 520169:f708c69c5d14
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 16 12:50:43 2006 +0000

description:
Fixed the build on Solaris, for which NSS_OBJ_DIR was not set before.

diffstat:

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

diffs (17 lines):

diff -r 259de7b68b22 -r f708c69c5d14 devel/nss/Makefile
--- a/devel/nss/Makefile        Mon Oct 16 12:16:05 2006 +0000
+++ b/devel/nss/Makefile        Mon Oct 16 12:50:43 2006 +0000
@@ -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 @@
 .  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 \



Home | Main Index | Thread Index | Old Index