pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mail/quickml support for ruby 1.9



On Fri, 20 Jul 2012 22:59:43 +0900, 三輪晋( Miwa Susumu ) 
<miwarin%gmail.com@localhost> wrote:

+post-patch:
+.      if ${RUBY_VER} == "19" || ${RUBY_VER} == "192" || ${RUBY_VER} == "193"
+               cd ${WRKSRC}; \
+               ${PATCH} < ${PATCHDIR}/extra-patch-ruby19-Makefile.in
+.      endif
+

How about set following conditionally instead of the patch?

MAKE_ENV+=      RUBYOPT="-E Shift_JIS:UTF-16LE"

--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index