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

jeremyhu at macports.org jeremyhu at macports.org
Fri Dec 12 09:53:46 PST 2014


Revision: 129401
          https://trac.macports.org/changeset/129401
Author:   jeremyhu at macports.org
Date:     2014-12-12 09:53:46 -0800 (Fri, 12 Dec 2014)
Log Message:
-----------
libvpx: Use -fno-integrated-as just on macports-clang-3.5 and macports-clang-3.6 for now (#46208)

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

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2014-12-12 17:23:33 UTC (rev 129400)
+++ trunk/dports/multimedia/libvpx/Portfile	2014-12-12 17:53:46 UTC (rev 129401)
@@ -76,7 +76,7 @@
 # 
 # This is an intentional change to Clang. It now parses the assembly output by default even when emitting assembly so that the diagnostics are consistent between "clang -c" and "clang -S".
 # The solution is either to pass -fno-integrated-as to the compiler, or change the assembly produced (& probably the script that processes it) so that it's valid. Note that commenting out the line won't work: comments get stripped by the same process.
-if {[string match "*clang*" ${configure.compiler}]} {
+if {${configure.compiler} eq "macports-clang-3.5" || ${configure.compiler} eq "macports-clang-3.6"} {
     build.args-append CFLAGS_S=-fno-integrated-as
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141212/7fe35bb0/attachment.html>


More information about the macports-changes mailing list