summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2013-11-11 23:27:49 +0000
committertron <tron>2013-11-11 23:27:49 +0000
commit399c6a2b6fb98cfb24dd035881dc75b7f638fff9 (patch)
treebeb669ccd829cce1f8d973c146bd0cc1d1cd398b
parent9ea773eef3dbfd4cce452a642ca431f54a983ded (diff)
downloadpkgsrc-399c6a2b6fb98cfb24dd035881dc75b7f638fff9.tar.gz
Pullup ticket #4253 - requested by taca
lang/ruby18-base: build fix lang/ruby193-base: build fix lang/ruby200-base: build fix Revisions pulled up: - lang/ruby/rubyversion.mk 1.103-1.104 --- Module Name: pkgsrc Committed By: taca Date: Tue Oct 29 23:25:33 UTC 2013 Modified Files: pkgsrc/lang/ruby: rubyversion.mk Log Message: Replace LOWER_ARCH to MACHINE_ARCH in definition of RUBY_ARCH. Fix build problem on FreeBSD. --- Module Name: pkgsrc Committed By: taca Date: Wed Nov 6 12:42:35 UTC 2013 Modified Files: pkgsrc/lang/ruby: rubyversion.mk Log Message: Use MACHINE_GNU_ARCH instead of MACHINE_ARCH. Fix build problem on NetBSD/i386.
-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 39f258fd7b1..241180dd9d4 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.101.2.1 2013/11/10 08:52:52 spz Exp $
+# $NetBSD: rubyversion.mk,v 1.101.2.2 2013/11/11 23:27:49 tron 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_GNU_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}
#
# Ruby shared and static library version handling.