CVSROOT: /cvs Module name: ports Changes by: jer...@cvs.openbsd.org 2015/08/27 08:36:14
Modified files: lang/ruby : ruby.port.mk Log message: Make MODRUBY_WANTLIB include other libraries besides rubyXY even when not using ext or extconf CONFIGURE_STYLE. Previously these libraries were only added to MODRUBY_WANTLIB when using those CONFIGURE_STYLEs. Build problem with textproc/ruby-hyperestraier noticed by sthen@, nigel@, and ajacoutot@. OK nigel@