summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authoradam <adam>2005-05-18 11:57:01 +0000
committeradam <adam>2005-05-18 11:57:01 +0000
commit23b26c52c2f25790539c2571359bdde9d49354be (patch)
tree860b971e4600ec49495d4b4fd921d257102346d0 /devel/libtool-base
parenta10a4aae8a911562e23dad3f55b2e5d47224ce0d (diff)
downloadpkgsrc-23b26c52c2f25790539c2571359bdde9d49354be.tar.gz
Changes 1.5.18:
* Fix regression in 1.5.16 to not install libtldl data files from `libtoolize --ltdl'ed software packages. * Bug Fixes. Changes 1.5.16: * Allow shell special characters like `$' in source file names, but not in object names, to enhance GCJ support. * Detection of compiler wrappers like distcc/ccache and $host_alias prefix. * More robust tests for PIC flag, `-c -o', in presence of warnings. * Bug Fixes, among others for convenience archives regression on Solaris and timestamp-preserving `libtoolize --copy --ltdl'.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 1adbf94175a..5e4913925fd 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2005/05/10 16:49:22 tv Exp $
-#
+# $NetBSD: Makefile,v 1.62 2005/05/18 11:57:01 adam Exp $
.include "../../devel/libtool/Makefile.common"
@@ -13,7 +12,6 @@
#
PKGNAME= ${DISTNAME:S/-/-base-/}
SVR4_PKGNAME= ltoob
-PKGREVISION= 1
COMMENT= Generic shared library support script (the script itself)