diff options
author | taca <taca> | 2013-10-29 23:25:33 +0000 |
---|---|---|
committer | taca <taca> | 2013-10-29 23:25:33 +0000 |
commit | 25e9f6ad8b9975fa3ffcb267803439637c71784f (patch) | |
tree | a9e0a65f9fb5b06d5c4810e6d7f9fec58583ea76 | |
parent | bedad04ad120e95f37da34b266d5b046b02c0762 (diff) | |
download | pkgsrc-25e9f6ad8b9975fa3ffcb267803439637c71784f.tar.gz |
Replace LOWER_ARCH to MACHINE_ARCH in definition of RUBY_ARCH.
Fix build problem on FreeBSD.
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
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. |