summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-12-07 08:58:59 +0000
committersakamoto <sakamoto>1999-12-07 08:58:59 +0000
commit504b2dcb02f08fa410d547663ac439e3e25e4d00 (patch)
tree91ce9f841e36ed69979f474dcefd71050c046ebb /Packages.txt
parent46fbbed09326c2afe32aca26c71677fd79f9b037 (diff)
downloadpkgsrc-504b2dcb02f08fa410d547663ac439e3e25e4d00.tar.gz
Add notes for LTCONFIG_OVERRIDE and LIBTOOL_OVERRIDE definition
to "FOR GNU PKGS THAT ALREADY SUPPORT LIBTOOL" subsection.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/Packages.txt b/Packages.txt
index 51239a9a986..a8ea81cdbe7 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.74 1999/12/04 18:00:08 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.75 1999/12/07 08:58:59 sakamoto Exp $
###########################################################################
==========================
@@ -783,10 +783,13 @@ Here's how to use libtool in a pkg in seven simple steps:
include the ELF symlink files; those are automatic.
FOR GNU PKGS THAT ALREADY SUPPORT LIBTOOL:
-Add USE_LIBTOOL=yes to the package Makefile. You may possibly have to
-modify the "configure" script not to check for or configure its own
-libtool. See the libwww pkg, patch-ab, for the quick way to bypass
-the pkg's own libtool.
+Add USE_LIBTOOL=yes and LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig to the
+package Makefile for the quick way to bypass the pkg's own libtool.
+The pkg's own libtool is made by ltconfig script at do-configure target.
+If USE_LIBTOOL and LTCONFIG_OVERRIDE defined, specified ltconfig is
+overrided for using libtool-pkg instead of the pkg's own libtool.
+If pkg has already original "libtool" which we can substitute by libtool-pkg,
+you may possibly have to specify LIBTOOL_OVERRIDE to the package Makefile.
6.3 Gotchas of FreeBSD ports