diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-21 23:23:08 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-21 23:23:08 +0000 |
commit | 3939753d0444fb72efa57ad94f68a443a96511e9 (patch) | |
tree | d24b342813741aff58fcb2185172947abd0da223 /devel/nss/PLIST | |
parent | d03a602106f6b1a6361b432764f1f02560f9345a (diff) | |
download | pkgsrc-3939753d0444fb72efa57ad94f68a443a96511e9.tar.gz |
Rather than trying to enumerate all object directories, notice that they all
match *_OPT.OBJ so use that for the install target and simplyfy things quite
a bit. This should also fix build problems noted on solaris/x86. Also
dynamically add the libfreebl part to the PLIST. This should make things
more robust as the exact set of libfreebl*.so libs depends on the OS and
hardward platform.
Diffstat (limited to 'devel/nss/PLIST')
-rw-r--r-- | devel/nss/PLIST | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/nss/PLIST b/devel/nss/PLIST index c6495db5b1e..e0d26c23815 100644 --- a/devel/nss/PLIST +++ b/devel/nss/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2007/01/20 18:55:09 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2007/02/21 23:23:08 dmcmahill Exp $ include/nss/dbm/cdefs.h include/nss/dbm/mcom_db.h include/nss/dbm/ncompat.h @@ -93,10 +93,7 @@ include/nss/nss/sslerr.h include/nss/nss/sslproto.h include/nss/nss/sslt.h include/nss/nss/watcomfx.h -${SUNOS_FALSE}lib/nss/libfreebl3.${SO_SUFFIX} -${SUNOS_TRUE}lib/nss/libfreebl_32fpu_3.${SO_SUFFIX} -${SUNOS_TRUE}lib/nss/libfreebl_32int64_3.${SO_SUFFIX} -${SUNOS_TRUE}lib/nss/libfreebl_32int_3.${SO_SUFFIX} +@comment libfreebl lib/nss/libnss3.${SO_SUFFIX} lib/nss/libnssckbi.${SO_SUFFIX} lib/nss/libsmime3.${SO_SUFFIX} |