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

ryandesign at macports.org ryandesign at macports.org
Sat Jul 12 23:19:53 PDT 2014


Revision: 122008
          https://trac.macports.org/changeset/122008
Author:   ryandesign at macports.org
Date:     2014-07-12 23:19:53 -0700 (Sat, 12 Jul 2014)
Log Message:
-----------
libvpx: blacklist old clang versions that cannot build this (#42761)

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

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2014-07-13 05:33:54 UTC (rev 122007)
+++ trunk/dports/multimedia/libvpx/Portfile	2014-07-13 06:19:53 UTC (rev 122008)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 PortGroup           muniversal 1.0
 
 name                libvpx
@@ -35,6 +36,8 @@
 patchfiles          patch-build-make-configure.sh.diff \
                     patch-configure.diff
 
+compiler.blacklist  macports-clang-2.9 macports-clang-3.0 {clang < 421}
+
 # 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.
 configure.args      --enable-vp8 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140712/a7e8c27c/attachment.html>


More information about the macports-changes mailing list