summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2013-10-29 23:25:33 +0000
committertaca <taca>2013-10-29 23:25:33 +0000
commit988229c8ad65d23faea66b1095e11acb018b6696 (patch)
treea9e0a65f9fb5b06d5c4810e6d7f9fec58583ea76
parent6b5a23a7a35ea5234efc0f975773d06f81ecd81a (diff)
downloadpkgsrc-988229c8ad65d23faea66b1095e11acb018b6696.tar.gz
Replace LOWER_ARCH to MACHINE_ARCH in definition of RUBY_ARCH.
Fix build problem on FreeBSD.
-rw-r--r--lang/ruby/rubyversion.mk4
1 files 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.