summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-03-12 16:02:33 +0000
committerdanw <danw@pkgsrc.org>2004-03-12 16:02:33 +0000
commite727f928de115622bd6ab2af14838991e107d454 (patch)
treed0c1faf1ed53b0faf208a28b96a302a747a5121d /mk
parent177dd49eff8c046d6de8b4f44b6368849070d660 (diff)
downloadpkgsrc-e727f928de115622bd6ab2af14838991e107d454.tar.gz
require libtool 1.5.2nb5 (fix for packages that try (and fail) to statically
link things)
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.Darwin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index 0a00a55b8c6..2fd3b35392a 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.66 2004/03/11 22:57:22 agc Exp $
+# $NetBSD: defs.Darwin.mk,v 1.67 2004/03/12 16:02:33 danw Exp $
#
# Variable definitions for the Darwin operating system.
@@ -118,7 +118,7 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard
_OPSYS_HAS_JAVA= yes # Java is standard
_OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
-_OPSYS_LIBTOOL_REQD= 1.4.20010614nb16 # base version of libtool required
+_OPSYS_LIBTOOL_REQD= 1.5.2nb5 # base version of libtool required
_OPSYS_PERL_REQD= 5.8.0 # base version of perl required
_OPSYS_PTHREAD_AUTO= yes # -lpthread not needed for pthreads
_OPSYS_RPATH_NAME= -L # darwin has no rpath, use -L instead