From 988229c8ad65d23faea66b1095e11acb018b6696 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 29 Oct 2013 23:25:33 +0000 Subject: Replace LOWER_ARCH to MACHINE_ARCH in definition of RUBY_ARCH. Fix build problem on FreeBSD. --- lang/ruby/rubyversion.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index bd7a10f10e1..985ef0dbd7a 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.102 2013/10/28 14:26:59 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.103 2013/10/29 23:25:33 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -318,7 +318,7 @@ RUBY_BUILD_RI?= Yes RUBY?= ${PREFIX}/bin/${RUBY_NAME} RDOC?= ${PREFIX}/bin/rdoc${RUBY_VER} -RUBY_ARCH?= ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX} +RUBY_ARCH?= ${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX} # # Ruby shared and static library version handling. -- cgit v1.2.3