<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/6b434dd266d6e6f6bd76988b03e200076a09c2ee">https://github.com/macports/macports-ports/commit/6b434dd266d6e6f6bd76988b03e200076a09c2ee</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 6b434dd266d zathura: tweak gcc compiler blacklist
</span>6b434dd266d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6b434dd266d6e6f6bd76988b03e200076a09c2ee
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Thu Oct 22 21:10:10 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    zathura: tweak gcc compiler blacklist
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    fixes build with gcc compilers on
</span><span style='display:block; white-space:pre;color:#404040;'>    Tiger and Leopard
</span>---
 office/zathura/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/office/zathura/Portfile b/office/zathura/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a4eae52172f..42be4208485 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/office/zathura/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/office/zathura/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,7 @@ depends_lib         port:desktop-file-utils \
</span>                     path:lib/libgirara-gtk3.dylib:girara
 
 # blacklist compilers that don't support -std=c11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  *gcc* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  *gcc-4.* {clang < 300}
</span> 
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
</pre><pre style='margin:0'>

</pre>