summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv>2004-10-11 16:51:56 +0000
committertv <tv>2004-10-11 16:51:56 +0000
commitded62637148e85066636df3f9b18c257768d390d (patch)
tree579db69dbbbc1ebd13ff71946c5ea1baf7bb77b6 /devel/libtool-base
parentae22089e9c5f93df5bf5524520d659d4b4439fdc (diff)
downloadpkgsrc-ded62637148e85066636df3f9b18c257768d390d.tar.gz
Make -export-symbols work properly under Interix. (The Interix ld(1) does
not implicitly add `_' to -retain-symbols-file values, so we have to add it manually before doing the physical link.)
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 3d4b52c2855..c8a04b28031 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2004/10/08 17:37:51 tv Exp $
+# $NetBSD: Makefile,v 1.42 2004/10/11 16:51:56 tv Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)