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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/59c53f43ae07f11c8a4566005fd8edf35c652822">https://github.com/macports/macports-ports/commit/59c53f43ae07f11c8a4566005fd8edf35c652822</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 59c53f43ae07f11c8a4566005fd8edf35c652822
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Mar 30 12:06:59 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    webkit2-gtk: Add workaround for building when ccache is installed
</span>---
 www/webkit2-gtk/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/webkit2-gtk/Portfile b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2ce77ddf1a7..3bd3067fdae 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -167,6 +167,9 @@ variant minibrowser description {Build and install MiniBrowser (for testing)} {
</span> # help wanted, if suitably motivated
 universal_variant   no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fix builds if ccache happens to be installed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env-append    CCACHE_DIR=${workpath}/.ccache
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # the above code presently builds as-in on 10.13 and up
 if {${os.platform} eq "darwin" && ${os.major} <= 16} {
 
</pre><pre style='margin:0'>

</pre>