diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-17 22:57:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-17 22:57:39 +0000 |
commit | e5c2498ee1441f31ba7c5db1c1a01811771390af (patch) | |
tree | 168cb30d25af6f75b0b0bc4d89aae7a90a1990ca /mk | |
parent | c487f6b01167530f572c9d1dbaa6620231366ec7 (diff) | |
download | pkgsrc-e5c2498ee1441f31ba7c5db1c1a01811771390af.tar.gz |
Bump LIBTOOL_REQD, newer version needed for cwrappers.
PR 51826.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.use.mk | 4 | ||||
-rw-r--r-- | mk/platform/MirBSD.mk | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index 6a38c8a8791..ee622fc9b11 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.63 2016/11/10 20:58:46 joerg Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.64 2017/01/17 22:57:39 wiz Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -97,7 +97,7 @@ PKG_SHLIBTOOL?= ${LOCALBASE}/bin/shlibtool LIBTOOL?= ${WRAPPER_BINDIR}/libtool SHLIBTOOL?= ${WRAPPER_BINDIR}/shlibtool .if defined(USE_LIBTOOL) -LIBTOOL_REQD?= 2.2.6bnb3 +LIBTOOL_REQD?= 2.4.2bnb9 .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) TOOL_DEPENDS+= cross-libtool-base-${MACHINE_ARCH}>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../cross/libtool-base .else diff --git a/mk/platform/MirBSD.mk b/mk/platform/MirBSD.mk index 1f62747e4ea..9b5df50ee76 100644 --- a/mk/platform/MirBSD.mk +++ b/mk/platform/MirBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: MirBSD.mk,v 1.12 2016/03/10 16:58:19 jperkin Exp $ +# $NetBSD: MirBSD.mk,v 1.13 2017/01/17 22:57:39 wiz Exp $ # # Variable definitions for the MirOS BSD operating system. @@ -38,7 +38,6 @@ _OPSYS_HAS_INET6= yes # IPv6 is standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= no # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= yes # libossaudio is available -_OPSYS_LIBTOOL_REQD= 1.5.22nb5 _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF # shared lib type |