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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b9737a3ce9e84b5daad585e9cf2081cb95ebb3ba">https://github.com/macports/macports-ports/commit/b9737a3ce9e84b5daad585e9cf2081cb95ebb3ba</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 b9737a3  XawM: use autoreconf to fix various build problems
</span>b9737a3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b9737a3ce9e84b5daad585e9cf2081cb95ebb3ba
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Oct 30 20:25:39 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    XawM: use autoreconf to fix various build problems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes build when using an SDK, like on Mojave and later. Allows building
</span><span style='display:block; white-space:pre;color:#404040;'>    when using ccache (which was previously disabled). Builds for the right
</span><span style='display:block; white-space:pre;color:#404040;'>    architectures now, so revbump since previously a universal build would
</span><span style='display:block; white-space:pre;color:#404040;'>    have had a dylib that was non-universal.
</span>---
 x11/XawM/Portfile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/XawM/Portfile b/x11/XawM/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 732fc90..1a19288 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/XawM/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/XawM/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                XawM
 version             1.5u
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          x11
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,5 +31,9 @@ depends_build       port:xorg-libX11 \
</span>                     port:xorg-libXt \
                     port:xorg-xorgproto
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Ancient configure script doesn't like it when CC contains multiple words.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.ccache    no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Regenerate the ancient configure script so that it understands that CC can
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# contain multiple words (e.g. "ccache /usr/bin/clang"), so that it passes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# "-arch" flags to the linker, and so that it doesn't pass "-syslibroot"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# (which is in MacPorts LDFLAGS when using an SDK like on Mojave and later)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# to the compiler, since the compiler doesn't understand it.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_autoreconf      yes
</span></pre><pre style='margin:0'>

</pre>