Index: Makefile =================================================================== --- Makefile (revision 406511) +++ Makefile (working copy) @@ -21,8 +21,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES -BROKEN_RUBY23= yes - USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes @@ -59,7 +57,7 @@ .include -.if ${RUBY_VER} >= 2.0 +.if ${RUBY_VER} >= 2.0 && ${RUBY_VER} <= 2.2 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-features.rb .endif @@ -71,7 +69,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-common.c-21 .endif -.if ${RUBY_VER} == 2.2 +.if ${RUBY_VER} >= 2.2 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-common.c-22 \ ${FILESDIR}/extra-patch-src-recnum.c-22 \ ${FILESDIR}/extra-patch-src-cursor.c-22