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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9719b7f225d0a3b0851993b35d0bcbcb7a2fb7aa">https://github.com/macports/macports-ports/commit/9719b7f225d0a3b0851993b35d0bcbcb7a2fb7aa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9719b7f225d0a3b0851993b35d0bcbcb7a2fb7aa
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue Apr 23 15:20:13 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    libxmlb: fix for clang builds on < 10.10
</span>---
 devel/libxmlb/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libxmlb/Portfile b/devel/libxmlb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c76310a5ffc..cbb9b144fab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libxmlb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libxmlb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 PortGroup           meson 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +30,7 @@ depends_lib-append  path:lib/pkgconfig/glib-2.0.pc:glib2 \
</span> 
 # cc1: error: unrecognized command line option "-fstack-protector-strong"
 compiler.blacklist-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    *gcc-4.0 *gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    *gcc-4.0 *gcc-4.2 {clang < 700}
</span> 
 configure.args-append \
                     -Dcli=true \
</pre><pre style='margin:0'>

</pre>