summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-07 12:31:59 +0000
committerjoerg <joerg>2007-10-07 12:31:59 +0000
commitd4f51328ae4801ae0dea4476158b9cdd8441b21c (patch)
tree22eeee2e650f6b4cd7cfafeda56347988cdb2102 /devel/libtool-base
parent923de911c74d285e86e52d06a492d3cbcaf7442d (diff)
downloadpkgsrc-d4f51328ae4801ae0dea4476158b9cdd8441b21c.tar.gz
Restore basename override to get the name of the real compiler for the
decision making in libtool. This was lost during the update and broke the build of shared C++ libraries with SunPro on Solaris. Bump revision of libtool-base. Noticed by salo and dmcmahill, tested by dmcmahill.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 5c17f13b040..fb3e7cd4128 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2006/12/15 11:28:52 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.81 2007/10/07 12:32:00 joerg Exp $
###########################################################################
###########################################################################
@@ -26,7 +26,7 @@
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 4
+PKGREVISION= 5
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)