pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk require libtool nb16 on Darwin for latest library n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/925fcaa4b209
branches:  trunk
changeset: 462532:925fcaa4b209
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Oct 05 08:20:44 2003 +0000

description:
require libtool nb16 on Darwin for latest library name fix.

diffstat:

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

diffs (18 lines):

diff -r 642a6d169646 -r 925fcaa4b209 mk/defs.Darwin.mk
--- a/mk/defs.Darwin.mk Sun Oct 05 08:20:16 2003 +0000
+++ b/mk/defs.Darwin.mk Sun Oct 05 08:20:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.57 2003/09/25 02:13:15 danw Exp $
+# $NetBSD: defs.Darwin.mk,v 1.58 2003/10/05 08:20:44 grant Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -115,7 +115,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.20010614nb15 # base version of libtool required
+_OPSYS_LIBTOOL_REQD=   1.4.20010614nb16 # 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=     darwin_has_no_rpath



Home | Main Index | Thread Index | Old Index