You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
a625d1bde8
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.
13 lines
321 B
Diff
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*
|