diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-16 19:48:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-16 19:48:09 +0000 |
commit | 793b13b0bfea10ecdde45043a9b16125dd357515 (patch) | |
tree | e274902248ace79b84a482d6a6be2f01f0c6f362 /mk/platform | |
parent | 092b1f0029aa3cfbfcde4e2d10581089414c0193 (diff) | |
download | pkgsrc-793b13b0bfea10ecdde45043a9b16125dd357515.tar.gz |
Force libtool 2.2 on all platforms.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/DragonFly.mk | 3 | ||||
-rw-r--r-- | mk/platform/Interix.mk | 3 | ||||
-rw-r--r-- | mk/platform/SunOS.mk | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index 164de12034e..23ba0157af0 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.37 2009/07/26 05:32:43 agc Exp $ +# $NetBSD: DragonFly.mk,v 1.38 2009/12/16 19:48:09 joerg Exp $ # # Variable definitions for the DragonFly operating system. @@ -56,7 +56,6 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard _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 diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index fea742cfd99..1429036f4fd 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.62 2009/07/26 05:32:43 agc Exp $ +# $NetBSD: Interix.mk,v 1.63 2009/12/16 19:48:09 joerg Exp $ # # Variable definitions for the Interix operating system. @@ -130,7 +130,6 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available -_OPSYS_LIBTOOL_REQD= 1.5.18nb6 _OPSYS_PERL_REQD= 5.8.3nb1 # base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF # shared lib type - not exactly true, but near enough diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index 55b738351a5..2ee89b9e732 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.37 2009/07/26 05:32:43 agc Exp $ +# $NetBSD: SunOS.mk,v 1.38 2009/12/16 19:48:09 joerg Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -60,7 +60,6 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard _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_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 |