[57653] trunk/dports/multimedia/x264/Portfile

devans at macports.org devans at macports.org
Mon Sep 14 09:00:59 PDT 2009


Revision: 57653
          http://trac.macports.org/changeset/57653
Author:   devans at macports.org
Date:     2009-09-14 09:00:55 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
x264: don't attempt to enable asm for x86_64 if building universal, closes #21331.

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

Modified: trunk/dports/multimedia/x264/Portfile
===================================================================
--- trunk/dports/multimedia/x264/Portfile	2009-09-14 15:19:11 UTC (rev 57652)
+++ trunk/dports/multimedia/x264/Portfile	2009-09-14 16:00:55 UTC (rev 57653)
@@ -45,7 +45,7 @@
 
 # asm works with a 64-bit snow leopard build
 
-if {"darwin" == ${os.platform} && 10 == ${os.major} && "x86_64" == $build_arch} {
+if {"darwin" == ${os.platform} && 10 == ${os.major} && "x86_64" == $build_arch && ![variant_isset universal]} {
         depends_build-append    port:yasm
         configure.args-delete   --disable-asm
         configure.args-append   --host=x86_64-apple-darwin10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090914/a7fe3ea8/attachment.html>


More information about the macports-changes mailing list