summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-07-18 16:50:51 +0000
committerjoerg <joerg@pkgsrc.org>2015-07-18 16:50:51 +0000
commit4279d3b96100818f674ecb8e5d1d991305aac4c5 (patch)
tree499856311638f7a2fe3e8fc01801472833f3a792 /devel/libtool-base
parentd8143fb8ff29abfabd62a390eed198ec23c2ecb5 (diff)
downloadpkgsrc-4279d3b96100818f674ecb8e5d1d991305aac4c5.tar.gz
Avoid creating empty relink commands. This can happen when libtool
decides in the platform specific logic that relinking is not necessary after initially setting it, e.g. on OSX. Fixing this and creating more compact libtool archives is a better approach than working around it in cwrappers. Bump revision.
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 7f200353667..eaef1bb8f00 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2014/12/02 10:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.113 2015/07/18 16:50:51 joerg Exp $
###########################################################################
###########################################################################
@@ -26,7 +26,7 @@
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 9
+PKGREVISION= 10
COMMENT= Generic shared library support script (the script itself)