<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/1d4e76673aaedcfd52e973908f9f377ca2dfaf97">https://github.com/macports/macports-ports/commit/1d4e76673aaedcfd52e973908f9f377ca2dfaf97</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 1d4e766  XawM: Disable ccache (build fails)
</span>1d4e766 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1d4e76673aaedcfd52e973908f9f377ca2dfaf97
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Mar 19 19:15:37 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    XawM: Disable ccache (build fails)
</span>---
 x11/XawM/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<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 b97920d..09f6527 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;'>@@ -17,6 +17,9 @@ homepage  http://siag.nu
</span> master_sites    ${homepage}/pub/widgets/
 checksums      md5 a81372046d0a7ebeb8c3d90e75d58828
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Ancient configure script doesn't like it when CC contains multiple words.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.ccache    no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # This lib actually doesn't depend on libX11 ... ??? -JH:
 # otool -L work/destroot/opt/local/lib/libXawM.1.0.0.dylib
 #work/destroot/opt/local/lib/libXawM.1.0.0.dylib:
</pre><pre style='margin:0'>

</pre>