summaryrefslogtreecommitdiff
path: root/devel/libtool/Makefile.common
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-21 14:55:32 +0000
committertv <tv@pkgsrc.org>2004-04-21 14:55:32 +0000
commitdad76ef4f409b40d4910c6e20553a5f8a045e7ab (patch)
tree4dd309d8867affe75f85f96b270161519dd8a55a /devel/libtool/Makefile.common
parent9682e056d013ab56556ff509e03e3e200e102011 (diff)
downloadpkgsrc-dad76ef4f409b40d4910c6e20553a5f8a045e7ab.tar.gz
libtool 1.5.2nb7: Another Interix fix, this time removing any usage of
-fpic or -fPIC, as those produce horribly broken code. Rather, shlibs are relocated at runtime by the NT loader, and are compiled without any special PIC option.
Diffstat (limited to 'devel/libtool/Makefile.common')
-rw-r--r--devel/libtool/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common
index 00effdb1048..e83fbf42e39 100644
--- a/devel/libtool/Makefile.common
+++ b/devel/libtool/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.49 2004/04/20 18:29:34 tv Exp $
+# $NetBSD: Makefile.common,v 1.50 2004/04/21 14:55:32 tv Exp $
#
DISTNAME= libtool-1.5.2
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= devel pkgtools
MASTER_SITES= ${MASTER_SITE_GNU:=libtool/}