diff options
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r-- | lang/ruby18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 730178842d76..1d14a8c5ca17 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -92,7 +92,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extrapatch-eval.c EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-gc .endif -.if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6) +.if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif |