[126688] trunk/dports/multimedia/mpv/Portfile

cal at macports.org cal at macports.org
Mon Oct 13 13:22:56 PDT 2014


Revision: 126688
          https://trac.macports.org/changeset/126688
Author:   cal at macports.org
Date:     2014-10-13 13:22:56 -0700 (Mon, 13 Oct 2014)
Log Message:
-----------
mpv: attempt to fix build problems on SL, maintainer, closes #44662

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

Modified: trunk/dports/multimedia/mpv/Portfile
===================================================================
--- trunk/dports/multimedia/mpv/Portfile	2014-10-13 18:58:06 UTC (rev 126687)
+++ trunk/dports/multimedia/mpv/Portfile	2014-10-13 20:22:56 UTC (rev 126688)
@@ -100,6 +100,17 @@
 # directory.)
 configure.cppflags-replace  -I${prefix}/include -isystem${prefix}/include
 
+# clang is required to build mpv. The newer, the merrier.
+# Hopefully fixes #44662 on SL.
+compiler.blacklist-append   *gcc* cc
+
+compiler.fallback-delete    macports-clang-3.4
+compiler.fallback-append    macports-clang-3.4
+
+# Reorder list, move older or unknown versions to the end.
+compiler.fallback-delete    clang macports-clang-3.3
+compiler.fallback-append    clang macports-clang-3.3
+
 platform darwin {
     notes-append    "
                      The maintainer ships its personal config file in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141013/f1d15327/attachment.html>


More information about the macports-changes mailing list