summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 09:33:43 +0000
committerskrll <skrll>2002-02-15 09:33:43 +0000
commiteee5ea82bdaedb5f556b37f1abd1e775778ada87 (patch)
treebee2cc1ee6daf9dbbaa5cf4bab460f9b169bc9bf
parent9cb6fcb2ab1f06cb36e20e8a6cd70050ba9f9dea (diff)
downloadpkgsrc-eee5ea82bdaedb5f556b37f1abd1e775778ada87.tar.gz
s/NetBSD/Pkgsrc/ in the libtool section. The use of libtool is not limited
to NetBSD only.
-rw-r--r--Packages.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt
index d7293344cff..83392f7a123 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.231 2002/02/13 23:29:37 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.232 2002/02/15 09:33:43 skrll Exp $
###########################################################################
==========================
@@ -925,7 +925,7 @@ features of NetBSD that are not present in other 4.4-lite derived BSDs.
6.2 Shared libraries - libtool
==============================
-NetBSD supports many different machines, with different object formats
+Pkgsrc supports many different machines, with different object formats
like a.out and ELF, and varying abilities to do shared library and
dynamic loading at all. To accompany this, varying commands and options
have to be passed to the compiler, linker etc. to get the Right Thing,