summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-10-12 19:05:02 +0000
committerskrll <skrll@pkgsrc.org>2000-10-12 19:05:02 +0000
commitbb5a5fb25fe954ff9d2e5147ce01824d54755f6c (patch)
treec67e1dbdfae3ecb3e44461092173aa96530b6dc8 /mk
parent2590e3dc5ea4ec18c7f820f6fee32b80a8ed7a04 (diff)
downloadpkgsrc-bb5a5fb25fe954ff9d2e5147ce01824d54755f6c.tar.gz
Make sure that -Wl does the right thing on a.out.
Make sure that an -fPIC c++rt0 is pulled in for sparc<1.4.3. Fixes: pkg/11166, pkg/10190, pkg/11189, and port-sparc/10846
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index d0a194e1c7e..8222af5a7f3 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.583 2000/10/10 20:37:29 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.584 2000/10/12 19:05:02 skrll Exp $
#
# This file is in the public domain.
#
@@ -204,9 +204,9 @@ DEPENDS+= gtexinfo-3.12:../../devel/gtexinfo
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX: actually, here we would need something like
-# BUILD_DEPENDS+=libtool>1.3.5nb4:../../devel/libtool
+# BUILD_DEPENDS+=libtool>=1.3.5nb6:../../devel/libtool
.if make(install-run-depends)
-DEPENDS+= libtool>1.3.5nb4:../../devel/libtool
+DEPENDS+= libtool>=1.3.5nb6:../../devel/libtool
.endif
.endif