pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Apr 12 19:07:11 UTC 2022

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk

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

should help centos bulk builds (maybe)


To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 pkgsrc/lang/ruby/rubyversion.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.249 pkgsrc/lang/ruby/rubyversion.mk:1.250
--- pkgsrc/lang/ruby/rubyversion.mk:1.249       Tue Apr 12 15:12:13 2022
+++ pkgsrc/lang/ruby/rubyversion.mk     Tue Apr 12 19:07:11 2022
@@ -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 @@ RDOC?=                      ${PREFIX}/bin/rdoc${RUBY_SUFFIX
 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