<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/aa6001cdd326855bc6665eff8e77666a0bfb5e20">https://github.com/macports/macports-ports/commit/aa6001cdd326855bc6665eff8e77666a0bfb5e20</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 aa6001cdd32 libfixmath: fix build on < 10.12
</span>aa6001cdd32 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aa6001cdd326855bc6665eff8e77666a0bfb5e20
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sun Sep 24 19:26:03 2023 +0700

<span style='display:block; white-space:pre;color:#404040;'>    libfixmath: fix build on < 10.12
</span>---
 math/libfixmath/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libfixmath/Portfile b/math/libfixmath/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7995a1e81ff..7263abadaf6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libfixmath/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libfixmath/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        PetteriAimonen libfixmath d308e466e1a09118d03f677c52e5fbf402f6fdd0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +21,8 @@ github.tarball_from archive
</span> patchfiles          0001-Fix-install-targets.patch
 
 compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode clangs prior to 10.12 fail with sanitizer-related errors.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 900}
</span> 
 configure.args-append \
                     -DBUILD_SHARED_LIBS=ON
</pre><pre style='margin:0'>

</pre>