Revision: 117592 https://trac.macports.org/changeset/117592 Author: devans@macports.org Date: 2014-03-04 10:36:00 -0800 (Tue, 04 Mar 2014) Log Message: ----------- x264: mark +asm conflicting with +universal, see comments (#42672). Modified Paths: -------------- trunk/dports/multimedia/x264/Portfile Modified: trunk/dports/multimedia/x264/Portfile =================================================================== --- trunk/dports/multimedia/x264/Portfile 2014-03-04 16:26:09 UTC (rev 117591) +++ trunk/dports/multimedia/x264/Portfile 2014-03-04 18:36:00 UTC (rev 117592) @@ -83,8 +83,10 @@ # as of this build (142) +asm is believed to work with 64-bit Intel Snow Leopard and up including Mavericks # please file a ticket if you have evidence to the contrary +# i386 clang build issues remain which break +asm +universal. Mark +asm conflicting with +universal. +# see https://mailman.videolan.org/pipermail/x264-devel/2014-February/010371.html, #42672. -variant asm description {enable intel assembler optimizations} { +variant asm conflicts universal description {enable intel assembler optimizations} { depends_build-append port:yasm configure.args-delete --disable-asm }