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 | 7bb860ab612b07e65987d4b4a74b098fbb2b6dad (patch) | |
tree | a280b67df1cf34adaa03b1041445cae58297e9c1 /lang/ruby18-base | |
parent | f7a4fd80057f2584ef8ae333aa55626fc706db92 (diff) | |
download | pkgsrc-7bb860ab612b07e65987d4b4a74b098fbb2b6dad.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/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 |