<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/981c5f769d188ac33c796609f848185a9666ad64">https://github.com/macports/macports-ports/commit/981c5f769d188ac33c796609f848185a9666ad64</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 981c5f769d188ac33c796609f848185a9666ad64
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Tue Feb 20 02:39:53 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> R PG: match condition for DYLD_LIBRARY_PATH with R port
</span>---
_resources/port1.0/group/R-1.0.tcl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/R-1.0.tcl b/_resources/port1.0/group/R-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index db1323cc30a..a71004df7aa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/R-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/R-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -151,8 +151,8 @@ proc R.add_dependencies {} {
</span> }
# General fixes for PPC:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-global build_arch os.platform
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && (${build_arch} in [list ppc ppc64])} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+global configure.cxx_stdlib os.platform
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libc++"} {
</span> # Avoid multiple malloc errors. See: https://github.com/iains/darwin-toolchains-start-here/discussions/20
configure.env-append \
DYLD_LIBRARY_PATH=${prefix}/lib/libgcc
</pre><pre style='margin:0'>
</pre>