https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191313
Antoine Brodin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |In Discussion --- Comment #3 from Antoine Brodin <[email protected]> --- I have this patch, I think you don't need to conditionalize on uid Index: /usr/ports/Mk/bsd.ruby.mk =================================================================== --- /usr/ports/Mk/bsd.ruby.mk (revision 366094) +++ /usr/ports/Mk/bsd.ruby.mk (working copy) @@ -522,6 +522,7 @@ RUBY_EXTCONF?= extconf.rb CONFIGURE_ARGS+= --with-opt-dir="${LOCALBASE}" +CONFIGURE_ENV+= RB_USER_INSTALL=yes do-configure: ruby-extconf-configure -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "[email protected]"
