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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dd7c2343224a889551b7c7b4163ab3478ce01c1a">https://github.com/macports/macports-ports/commit/dd7c2343224a889551b7c7b4163ab3478ce01c1a</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 dd7c2343224 libgcrypt: fix build on Mavericks and below
</span>dd7c2343224 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dd7c2343224a889551b7c7b4163ab3478ce01c1a
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Jan 30 16:45:31 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    libgcrypt: fix build on Mavericks and below
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/62185
</span>---
 devel/libgcrypt/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libgcrypt/Portfile b/devel/libgcrypt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index baf22c32ed6..58e69f36238 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libgcrypt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libgcrypt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,6 +53,8 @@ if {[string match "*clang*" ${configure.compiler}]} {
</span>     # libgcrypt-1.5.0 does some ugly stuff with their udiv_qrnnd macro in mpih-div.c
     # error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast
     configure.cflags-append "-fheinous-gnu-extensions"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append {clang < 900}
</span> }
 
 use_parallel_build  yes
</pre><pre style='margin:0'>

</pre>