<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/994a221d2e0cb53326e0e8dcb7a1ded62eb684a0">https://github.com/macports/macports-ports/commit/994a221d2e0cb53326e0e8dcb7a1ded62eb684a0</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 994a221 libvpx: attempt to fix build on 10.6
</span>994a221 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 994a221d2e0cb53326e0e8dcb7a1ded62eb684a0
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Nov 29 11:57:17 2016 -0800
<span style='display:block; white-space:pre;color:#404040;'> libvpx: attempt to fix build on 10.6
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Blacklist apple gcc-4.* compilers that segfault on
</span><span style='display:block; white-space:pre;color:#404040;'> vp9/encoder/x86/vp9_frame_scale_ssse3.c.
</span>---
multimedia/libvpx/Portfile | 6 +++++-
1 file changed, 5 insertions(+), 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 952d3a3..9c000d2 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;'>@@ -42,7 +42,11 @@ patchfiles patch-build-make-configure.sh.diff \
</span> # vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:77:16: error: assigning to '__m256i' from incompatible type 'int'
# filtersReg32 = MM256_BROADCASTSI128_SI256(filtersReg);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist {clang < 500}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# apple gcc-4.2 with libvpx-1.6.0:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function ‘eight_tap_row_ssse3’:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: Segmentation fault
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# {standard input}:unknown:Undefined local symbol LC2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist *gcc* {clang < 500}
</span>
# As of 1.3.0: doesn't handle shared libraries or debug properly on darwin;
# doesn't install docs or examples correctly, so disable them.
</pre><pre style='margin:0'>
</pre>