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
commitdbcdc41cf2486ba3307e19c89da3a74965694bf8 (patch)
tree579db69dbbbc1ebd13ff71946c5ea1baf7bb77b6 /devel/libtool-base
parentb8868afaba92479521a3c70bdd3c4532f9e51e12 (diff)
downloadpkgsrc-dbcdc41cf2486ba3307e19c89da3a74965694bf8.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)