pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby33



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  6 07:45:45 UTC 2026

Modified Files:
        pkgsrc/lang/ruby33: Makefile

Log Message:
ruby33: limit gcc workaround to gcc<11


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/ruby33/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/ruby33/Makefile
diff -u pkgsrc/lang/ruby33/Makefile:1.8 pkgsrc/lang/ruby33/Makefile:1.9
--- pkgsrc/lang/ruby33/Makefile:1.8     Mon Jan  5 20:04:31 2026
+++ pkgsrc/lang/ruby33/Makefile Tue Jan  6 07:45:45 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2026/01/05 20:04:31 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/01/06 07:45:45 wiz Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-${RUBY_VERSION}
@@ -43,9 +43,11 @@ CONFIGURE_ENV.Darwin+=       ac_cv_prog_dsymut
 .include "../../mk/compiler.mk"
 
 .if !empty(PKGSRC_COMPILER:Mgcc)
+.if empty(CC_VERSION:Mgcc-10.*) && empty(CC_VERSION:Mgcc-[4-9]*)
 # work around miniruby coredump, solution from https://bugs.gentoo.org/965095
 CFLAGS+=       -fno-ipa-modref
 .endif
+.endif
 
 DOCS=          BSDL CONTRIBUTING.md COPYING COPYING.ja ChangeLog GPL \
                KNOWNBUGS.rb LEGAL NEWS.md README.ja.md README.md \



Home | Main Index | Thread Index | Old Index