diff options
Diffstat (limited to 'lang/ruby18-base/Makefile')
-rw-r--r-- | lang/ruby18-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby18-base/Makefile b/lang/ruby18-base/Makefile index 2413b811293..917cb2e8a11 100644 --- a/lang/ruby18-base/Makefile +++ b/lang/ruby18-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2011/08/12 15:33:12 taca Exp $ +# $NetBSD: Makefile,v 1.65 2011/10/21 05:24:13 obache Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -80,7 +80,7 @@ CONFIGURE_ENV+= ac_cv_header_ucontext_h=no # # work around for getaddrinfo(3) # -.if ${OPSYS} == "Linux" || (${OPSYS} == "SunOS" && !empty(OS_VERSION:M5.[6-9])) +.if ${OPSYS} == "SunOS" && !empty(OS_VERSION:M5.[6-9]) CONFIGURE_ARGS+= --enable-wide-getaddrinfo .endif |