summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-23 20:39:21 +0000
committerjlam <jlam>2002-09-23 20:39:21 +0000
commitdb03962c37436df5eafb13eb4a9d57c2185161cd (patch)
treecaf9310a69046bd77ede900e683fd2e2f682c8a5 /doc
parent0c31b6f02a75f4974aa06fb83b1b1676b0043f02 (diff)
downloadpkgsrc-db03962c37436df5eafb13eb4a9d57c2185161cd.tar.gz
Don't add -rpath to the libtool command used to create the uninstalled
libcompat.la, as that makes libtool think that package will be installed. This was causing libpsiconv.la to depend on libcompat.la, even though the latter was never installed. Bump the PKGREVISION.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index b01aae85d2b..6c6861eee01 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.38 2002/09/23 15:41:24 hubertf Exp $
+$NetBSD: CHANGES,v 1.39 2002/09/23 20:40:05 jlam Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -2945,3 +2945,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated esound to 0.2.29 [wiz 2002-09-23]
Updated flawfinder to 1.21 [wiz 2002-09-23]
Added xkbset 0.3 [hubertf 2002-09-23]
+ Updated psiconv to 0.8.2nb3 [jlam 2002-09-23]