pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2022Q4] pkgsrc/lang/ruby31-base



Module Name:    pkgsrc
Committed By:   spz
Date:           Mon Jan 23 19:22:47 UTC 2023

Modified Files:
        pkgsrc/lang/ruby31-base [pkgsrc-2022Q4]: Makefile

Log Message:
Pullup ticket #6724 - requested by bsiegert
lang/ruby31-base: build fix

Revisions pulled up:
- lang/ruby31-base/Makefile                                     1.8

-------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        dholland
   Date:                Mon Jan 16 06:33:51 UTC 2023

   Modified Files:
        pkgsrc/lang/ruby31-base: Makefile

   Log Message:
   lang/ruby31-base: quote ${CC}; PR 57167

   To generate a diff of this commit:
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/ruby31-base/Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.2.1 pkgsrc/lang/ruby31-base/Makefile

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

Modified files:

Index: pkgsrc/lang/ruby31-base/Makefile
diff -u pkgsrc/lang/ruby31-base/Makefile:1.7 pkgsrc/lang/ruby31-base/Makefile:1.7.2.1
--- pkgsrc/lang/ruby31-base/Makefile:1.7        Sat Nov 26 13:02:49 2022
+++ pkgsrc/lang/ruby31-base/Makefile    Mon Jan 23 19:22:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/11/26 13:02:49 taca Exp $
+# $NetBSD: Makefile,v 1.7.2.1 2023/01/23 19:22:47 spz Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+=      --with-ruby-version=${R
 CONFIGURE_ARGS+=       --with-ruby-pc="ruby-${RUBY_VERSION}.pc"
 .endif
 
-CONFIGURE_ENV+=                ac_cv_path_MJIT_CC=${CC}
+CONFIGURE_ENV+=                ac_cv_path_MJIT_CC=${CC:Q}
 CONFIGURE_ENV.Darwin+= ac_cv_prog_dsymutil=
 
 DOCS=          BSDL CONTRIBUTING.md COPYING COPYING.ja ChangeLog GPL \



Home | Main Index | Thread Index | Old Index