summaryrefslogtreecommitdiff
path: root/lang/ruby18-base
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-10-21 05:24:13 +0000
committerobache <obache@pkgsrc.org>2011-10-21 05:24:13 +0000
commite705e1da53b56e394bf7f5f631d6fca2ff489259 (patch)
treea280b67df1cf34adaa03b1041445cae58297e9c1 /lang/ruby18-base
parente6ecd16fdbfc94e0f13f30f97af829f8729d1e32 (diff)
downloadpkgsrc-e705e1da53b56e394bf7f5f631d6fca2ff489259.tar.gz
Remove (trial) workaround for getaddrinfo() on Linux added over 5 years ago.
It break the feature in these days.
Diffstat (limited to 'lang/ruby18-base')
-rw-r--r--lang/ruby18-base/Makefile4
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