View | Details | Raw Unified | Return to bug 191313 | Differences between
and this patch

Collapse All | Expand All

(-)bsd.ruby.mk (+10 lines)
Lines 523-528 Link Here
523
RUBY_EXTCONF?=		extconf.rb
523
RUBY_EXTCONF?=		extconf.rb
524
CONFIGURE_ARGS+=	--with-opt-dir="${LOCALBASE}"
524
CONFIGURE_ARGS+=	--with-opt-dir="${LOCALBASE}"
525
525
526
.if defined(UID)
527
_uid=			${UID}
528
.else
529
_uid!=			${ID} -u
530
.endif
531
.if ${_uid} != 0
532
CONFIGURE_ENV+=		RB_USER_INSTALL=yes
533
.endif
534
.undef _uid
535
526
do-configure:	ruby-extconf-configure
536
do-configure:	ruby-extconf-configure
527
537
528
ruby-extconf-configure:
538
ruby-extconf-configure:

Return to bug 191313