From 1a5dfee78d36ff38e7f1a4a8920f0de96624bd86 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 28 Jan 2005 13:51:24 +0000 Subject: I've completely forgot that the ruby library directory name on Linux is still differ with Ruby 1.6.8. So, tweak it Linux and ruby16 base. --- lang/ruby/rubyversion.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 997da71cc60..565ae68b18f 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.8 2005/01/28 13:30:15 minskim Exp $ +# $NetBSD: rubyversion.mk,v 1.9 2005/01/28 13:51:24 taca Exp $ # .ifndef _RUBYVERSION_MK @@ -121,7 +121,11 @@ RDOC?= ${LOCALBASE}/bin/rdoc${RUBY_VER} # # RUBY_ARCH is used architecture depended direcotry name. # +.if ${OPSYS} == "Linux" && ${RUBY_VER} == "16" +RUBY_ARCH?= ${LOWER_ARCH}-${LOWER_OPSYS}-gnu +.else RUBY_ARCH?= ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX} +.endif # # RUBY_DLEXT is suffix of extention library. -- cgit v1.2.3