<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/64ccc3e96bc1822fde2283a2b07da7453b634540">https://github.com/macports/macports-ports/commit/64ccc3e96bc1822fde2283a2b07da7453b634540</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 64ccc3e96bc pulseaudio: fix build on older systems
</span>64ccc3e96bc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 64ccc3e96bc1822fde2283a2b07da7453b634540
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sun Dec 6 21:54:26 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    pulseaudio: fix build on older systems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    needs cctools to handle output from
</span><span style='display:block; white-space:pre;color:#404040;'>    newer compilers
</span>---
 audio/pulseaudio/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/pulseaudio/Portfile b/audio/pulseaudio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f2100325137..13c2a4a61f6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/pulseaudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/pulseaudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -125,6 +125,14 @@ if {"${configure.sdkroot}" eq ""} {
</span>     configure.args-append --with-mac-sysroot=${configure.sdkroot}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# needs cctools with newer clangs on older systems. Error is:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# libtool:   error: not configured to extract global symbols from dlpreopened files
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} < 10 && ${build_arch} in "i386 x86_64" && [string match *clang* ${configure.compiler}] } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   depends_build-append  port:cctools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   configure.env-append  NM=${prefix}/bin/nm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   configure.args-append lt_cv_path_NM=${prefix}/bin/nm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> test.run            no
 test.target         check
 
</pre><pre style='margin:0'>

</pre>