diff options
author | obache <obache@pkgsrc.org> | 2011-10-21 05:24:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-21 05:24:13 +0000 |
commit | e705e1da53b56e394bf7f5f631d6fca2ff489259 (patch) | |
tree | a280b67df1cf34adaa03b1041445cae58297e9c1 /lang | |
parent | e6ecd16fdbfc94e0f13f30f97af829f8729d1e32 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | lang/ruby18-base/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby19-base/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/lang/ruby19-base/Makefile b/lang/ruby19-base/Makefile index ddc33c1c5df..d7a72a7f69a 100644 --- a/lang/ruby19-base/Makefile +++ b/lang/ruby19-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/10/21 03:09:48 taca Exp $ +# $NetBSD: Makefile,v 1.15 2011/10/21 05:24:13 obache Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -88,7 +88,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 |