summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 09:33:43 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 09:33:43 +0000
commit2d3b54203a3be6ac17d82606e631bd2cdb84308c (patch)
treebee2cc1ee6daf9dbbaa5cf4bab460f9b169bc9bf
parent53060a8fe0ca20309de5fc43d846298b96edd5a8 (diff)
downloadpkgsrc-2d3b54203a3be6ac17d82606e631bd2cdb84308c.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,