[102084] trunk/dports/multimedia/ffmpeg-devel/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Jan 27 11:28:45 PST 2013
Revision: 102084
https://trac.macports.org/changeset/102084
Author: jeremyhu at macports.org
Date: 2013-01-27 11:28:45 -0800 (Sun, 27 Jan 2013)
Log Message:
-----------
ffmpeg-devel: Blacklist llvm-gcc-4.2 for i386 (#37802)
Modified Paths:
--------------
trunk/dports/multimedia/ffmpeg-devel/Portfile
Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile 2013-01-27 19:06:16 UTC (rev 102083)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile 2013-01-27 19:28:45 UTC (rev 102084)
@@ -91,11 +91,20 @@
#
minimum_xcodeversions {9 3.1}
-# clang-3.1 hits https://trac.macports.org/ticket/30137 (<rdar://problem/11542429>)
if {[lsearch [get_canonical_archs] i386] != -1} {
+ # clang-3.1 hits https://trac.macports.org/ticket/30137 (<rdar://problem/11542429>)
compiler.blacklist-append {clang >= 163.7.1 < 422.1.7} macports-clang-3.1
+
+ # https://trac.macports.org/ticket/37802
+ compiler.blacklist-append llvm-gcc-4.2 macports-llvm-gcc-4.2
}
+# TODO: base should do this: http://trac.macports.org/ticket/32542
+if {[portconfigure::compiler_is_port ${configure.compiler}]} {
+ depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
+ depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
+}
+
# And similarly, disable asm on Tiger
platform darwin {
if {${os.major} < 9} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130127/68ac13ab/attachment.html>
More information about the macports-changes
mailing list