- Make extconf look for specially named libraries for japanesed version

This commit is contained in:
Pav Lucistnik 2006-01-17 12:26:51 +00:00
parent f67c2e80bc
commit 090c538f86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153723

View File

@ -43,6 +43,9 @@ CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \
--with-X11-dir=${X11BASE} \
--with-tcl-include=${LOCALBASE}/include/tcl${TK_VERSION} \
--with-tk-include=${LOCALBASE}/include/tk${TK_VERSION}
.if defined(WITH_TCLTK_JP)
CONFIGURE_ARGS+=--with-tcllib=tcl${TK_VERSION:S/.//} --with-tklib=tk${TK_VERSION:S/.//}
.endif
.if ${RUBY_VER} >= 1.7
MAKE_ARGS= sitelibdir='$$(rubylibdir)'