pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Set required libtool version to 1.5.22nb1,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b7898a40715
branches:  trunk
changeset: 507685:8b7898a40715
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Feb 06 18:58:33 2006 +0000

description:
Set required libtool version to 1.5.22nb1, to skip regression issue in the
original 1.5.22 package.

diffstat:

 mk/platform/DragonFly.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 384e72d1a2d6 -r 8b7898a40715 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Mon Feb 06 18:57:30 2006 +0000
+++ b/mk/platform/DragonFly.mk  Mon Feb 06 18:58:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.24 2006/01/12 23:43:57 jlam Exp $
+# $NetBSD: DragonFly.mk,v 1.25 2006/02/06 18:58:33 tv Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -63,6 +63,7 @@
 _OPSYS_HAS_JAVA=       no      # Java is not standard
 _OPSYS_HAS_MANZ=       yes     # MANZ controls gzipping of man pages
 _OPSYS_HAS_OSSAUDIO=   yes     # libossaudio is available
+_OPSYS_LIBTOOL_REQD=   1.5.22nb1
 _OPSYS_PERL_REQD=              # no base version of perl required
 _OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF     # shared lib type



Home | Main Index | Thread Index | Old Index