pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby Replace LOWER_ARCH to MACHINE_ARCH in defini...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2031fc4d63ba
branches: trunk
changeset: 625994:2031fc4d63ba
user: taca <taca%pkgsrc.org@localhost>
date: Tue Oct 29 23:25:33 2013 +0000
description:
Replace LOWER_ARCH to MACHINE_ARCH in definition of RUBY_ARCH.
Fix build problem on FreeBSD.
diffstat:
lang/ruby/rubyversion.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 644594b0aa65 -r 2031fc4d63ba lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk Tue Oct 29 21:33:21 2013 +0000
+++ b/lang/ruby/rubyversion.mk Tue Oct 29 23:25:33 2013 +0000
@@ -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?= ${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.
Home |
Main Index |
Thread Index |
Old Index