[137266] trunk/dports/multimedia/libvpx/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jun 7 13:16:19 PDT 2015


Revision: 137266
          https://trac.macports.org/changeset/137266
Author:   jeremyhu at macports.org
Date:     2015-06-07 13:16:19 -0700 (Sun, 07 Jun 2015)
Log Message:
-----------
libvpx: Attempt to address a build failure found on the Lion buildbot with older clang

Modified Paths:
--------------
    trunk/dports/multimedia/libvpx/Portfile

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2015-06-07 19:01:32 UTC (rev 137265)
+++ trunk/dports/multimedia/libvpx/Portfile	2015-06-07 20:16:19 UTC (rev 137266)
@@ -39,7 +39,11 @@
                     patch-configure.diff \
                     patch-Makefile.diff
 
-compiler.blacklist  macports-clang-2.9 macports-clang-3.0 {clang < 421}
+# clang 425.0.28 with libvpx-1.4.0:
+# vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:77:16: error: assigning to '__m256i' from incompatible type 'int'
+#  filtersReg32 = MM256_BROADCASTSI128_SI256(filtersReg);
+#               ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+compiler.blacklist  {clang < 500}
 
 # 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150607/6ad431df/attachment.html>


More information about the macports-changes mailing list