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

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 15:09:44 PDT 2013


Revision: 109767
          https://trac.macports.org/changeset/109767
Author:   jeremyhu at macports.org
Date:     2013-08-19 15:09:43 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
xine-lib: Disable MMX on x86_64 as well (#40187).

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

Modified: trunk/dports/multimedia/xine-lib/Portfile
===================================================================
--- trunk/dports/multimedia/xine-lib/Portfile	2013-08-19 21:25:06 UTC (rev 109766)
+++ trunk/dports/multimedia/xine-lib/Portfile	2013-08-19 22:09:43 UTC (rev 109767)
@@ -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 {[lsearch [get_canonical_archs] i386] != -1 && [string match "*clang*" ${configure.compiler}]} {
+if {[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/38556493/attachment.html>


More information about the macports-changes mailing list