<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/fbc7e5417df7b5ef946edbebaf324883b458132e">https://github.com/macports/macports-ports/commit/fbc7e5417df7b5ef946edbebaf324883b458132e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fbc7e5417df7b5ef946edbebaf324883b458132e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Aug 10 05:49:17 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> libvpx: Append clang-3.9 to compiler.fallback
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> ...rather than prepending it, so that newer MacPorts-selected compilers
</span><span style='display:block; white-space:pre;color:#404040;'> will be preferred on newer systems, since clang-3.9 is too old to work
</span><span style='display:block; white-space:pre;color:#404040;'> with newer macOS SDKs.
</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/56814
</span>---
multimedia/libvpx/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libvpx/Portfile b/multimedia/libvpx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d0a555..f4be45d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libvpx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libvpx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,7 @@ compiler.blacklist *gcc* {clang < 800} macports-clang-3.3 macports-clang-3.4 ma
</span> # Make sure that mp-clang-3.9 is picked if all compilers were blacklisted.
# Especially important for 10.6 on libc++, since the fallback list contains macports-clang-3.7
# as the first, and thus selected, fallback option (even though it has been blacklisted earlier).
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.fallback-prepend macports-clang-3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.fallback-append macports-clang-3.9
</span>
license_noconflict clang-3.9
</pre><pre style='margin:0'>
</pre>