summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv>2005-07-03 19:01:50 +0000
committertv <tv>2005-07-03 19:01:50 +0000
commit2da3552f6c20520240c71ef3f5e76a3776680af5 (patch)
tree3d4e713d5fb3f0438252ff36ad4282d5a391ef18 /devel/libtool-base
parent3d35a4acf111f9f308cc4744d185c49e74d222e4 (diff)
downloadpkgsrc-2da3552f6c20520240c71ef3f5e76a3776680af5.tar.gz
libtool-base 1.5.18nb4: Fix a really nasty bug on Interix;
hardcode_libdir_flag_spec used -h rather than the correct -rpath. Fix provided in private mail by Thorsten Glaser.
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 0d682854bac..436813ff684 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2005/06/05 18:04:37 tv Exp $
+# $NetBSD: Makefile,v 1.69 2005/07/03 19:01:51 tv Exp $
###########################################################################
###########################################################################
@@ -26,7 +26,7 @@
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)