pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk require libtool 1.5.2nb5 (fix for packages that try...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/910145c55bf2
branches:  trunk
changeset: 470869:910145c55bf2
user:      danw <danw%pkgsrc.org@localhost>
date:      Fri Mar 12 16:02:33 2004 +0000

description:
require libtool 1.5.2nb5 (fix for packages that try (and fail) to statically
link things)

diffstat:

 mk/defs.Darwin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 90036a119a58 -r 910145c55bf2 mk/defs.Darwin.mk
--- a/mk/defs.Darwin.mk Fri Mar 12 16:00:16 2004 +0000
+++ b/mk/defs.Darwin.mk Fri Mar 12 16:02:33 2004 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index