Files
Fred Wright a625d1bde8 ruby34: update to 3.4.10
See:
https://www.ruby-lang.org/en/news/2026/06/30/ruby-3-4-10-released/

TESTED:
Built successfully on OSX 10.4-10.5 ppc, 10.4-10.6 i386, 10.5-12.x
x86_64, and 11.x-26.x arm64.  Included all variants compatible with
available dependencies on the respective platforms.
2026-07-03 00:14:35 -04:00

13 lines
321 B
Diff

--- configure.orig 2026-06-30 03:54:37.000000000 -0700
+++ configure 2026-06-30 14:56:09.000000000 -0700
@@ -8505,7 +8505,8 @@ printf %s "checking for $CC linker warni
>/dev/null
then :
- suppress_ld_waring=yes
+ CC_WRAPPER=`cd -P "${tooldir}" && pwd`/darwin-cc
+ CC="$CC_WRAPPER $CC"
fi
rm -fr conftest*