diff options
author | tv <tv@pkgsrc.org> | 2005-07-03 19:04:10 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-07-03 19:04:10 +0000 |
commit | b851e4027ddb8c3bdeda445c882e08f36752e568 (patch) | |
tree | f4b6fe2f5b1d3314763c18ef7cc1c107b51c4a03 /mk/platform | |
parent | 58a76526cb5cf455ade597ced2dc3d7a15234ffe (diff) | |
download | pkgsrc-b851e4027ddb8c3bdeda445c882e08f36752e568.tar.gz |
Set _OPSYS_LIBTOOL_REQD to 1.5.18nb4.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Interix.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index cba085ce3d0..0d6532f9e16 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.36 2005/06/24 06:43:44 jlam Exp $ +# $NetBSD: Interix.mk,v 1.37 2005/07/03 19:04:10 tv Exp $ # # Variable definitions for the Interix operating system. @@ -95,6 +95,7 @@ _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.18nb4 # for hardcode_libdir_flag_spec fix _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 |