pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform require libtool >=1.5.22nb3 for /bin/sh fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91b4f2dcb488
branches:  trunk
changeset: 510673:91b4f2dcb488
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Apr 01 23:27:49 2006 +0000

description:
require libtool >=1.5.22nb3 for /bin/sh fix.

diffstat:

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

diffs (19 lines):

diff -r a593e2769b22 -r 91b4f2dcb488 mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk      Sat Apr 01 22:14:37 2006 +0000
+++ b/mk/platform/SunOS.mk      Sat Apr 01 23:27:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.22 2006/03/18 21:40:45 jlam Exp $
+# $NetBSD: SunOS.mk,v 1.23 2006/04/01 23:27:49 grant Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
@@ -57,7 +57,8 @@
 _OPSYS_HAS_JAVA=       no              # Java is not standard
 _OPSYS_HAS_MANZ=       no              # no MANZ for gzipping of man pages
 _OPSYS_HAS_OSSAUDIO=   no              # libossaudio is available
-_OPSYS_PERL_REQD=              # no base version of perl required
+_OPSYS_LIBTOOL_REQD=   1.5.22nb3
+_OPSYS_PERL_REQD=                      # no base version of perl required
 _OPSYS_PTHREAD_AUTO=   no              # -lpthread needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF             # shared lib type
 _PATCH_CAN_BACKUP=     yes             # native patch(1) can make backups



Home | Main Index | Thread Index | Old Index