[109685] trunk/dports/multimedia/xine-lib/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 10:12:03 PDT 2013


Revision: 109685
          https://trac.macports.org/changeset/109685
Author:   jeremyhu at macports.org
Date:     2013-08-19 10:12:03 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
xine-lib: Improve check for when to disable MMX in goom

Modified Paths:
--------------
    trunk/dports/multimedia/xine-lib/Portfile

Modified: trunk/dports/multimedia/xine-lib/Portfile
===================================================================
--- trunk/dports/multimedia/xine-lib/Portfile	2013-08-19 17:09:51 UTC (rev 109684)
+++ trunk/dports/multimedia/xine-lib/Portfile	2013-08-19 17:12:03 UTC (rev 109685)
@@ -40,7 +40,7 @@
 # "error: initializer element is not a compile-time constant"
 patchfiles  src_demuxers_demux_qt.c.diff patch-include-xine-post.h
 
-if {${configure.compiler} == "clang"} {
+if {[lsearch [get_canonical_archs] i386] != -1 && [string match "*clang*" ${configure.compiler}]} {
     # disable use of MMX in this file; workaround for
     # "error: clobbers must be last on the x87 stack"
     patchfiles-append   src_post_goom_ifs.c.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/c01948f5/attachment.html>


More information about the macports-changes mailing list