diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /doc/guide | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/fixes.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index df106a32d6e..03127bd4c1c 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.10 2005/03/17 15:11:23 wiz Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.11 2005/04/11 21:45:39 tv Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Notes on fixes for packages</title> @@ -649,8 +649,7 @@ dynamic linker chooses the library with the greater REVISION number. </programli <para>If your package makes use of the platform independent library for loading dynamic shared objects, that comes with libtool - (libltdl), you should include the libtool buildlink3.mk (and - set <varname>USE_BUILDLINK3=YES</varname>).</para> + (libltdl), you should include devel/libltdl/buildlink3.mk.</para> <para>Some packages use libtool incorrectly so that the package may not work or build in some circumstances. Some of the more common errors are:</para> |