pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby ruby: use same style of module path for linu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f07fad42c3a
branches:  trunk
changeset: 376730:6f07fad42c3a
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Apr 12 19:07:11 2022 +0000

description:
ruby: use same style of module path for linux as we do netbsd

should help centos bulk builds (maybe)

diffstat:

 lang/ruby/rubyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r be72e67fdd48 -r 6f07fad42c3a lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Tue Apr 12 18:28:26 2022 +0000
+++ b/lang/ruby/rubyversion.mk  Tue Apr 12 19:07:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.249 2022/04/12 15:12:13 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.250 2022/04/12 19:07:11 nia Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -621,7 +621,7 @@
 RUBY_ARCH?=    ${MACHINE_GNU_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}${APPEND_ABI}
 
 # NetBSD does not append an OS version, so we have to do this OPSYS-specific.
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Linux"
 RUBY_EXTARCH?= ${MACHINE_GNU_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}
 .else
 RUBY_EXTARCH?= ${MACHINE_GNU_ARCH}-${LOWER_OPSYS}${APPEND_ELF}-${LOWER_OPSYS_VERSUFFIX}${APPEND_ABI}



Home | Main Index | Thread Index | Old Index