#32394: gst-ffmpeg 0.10.13 i386 build fail -------------------------------------+-------------------------------------- Reporter: reid@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: -------------------------------------+-------------------------------------- It fails as ebx gets clobbered in asm. As per: http://code.google.com/p/ossbuild/wiki/MacBuild I added: post-configure { if { $build_arch == "i386" } { reinplace "s|HAVE_EBX_AVAILABLE 1|HAVE_EBX_AVAILABLE 0|g" ${worksrcpath}/gst-libs/ext/libav/config.h } } And it installed. -- Ticket URL: <https://trac.macports.org/ticket/32394> MacPorts <http://www.macports.org/> Ports system for Mac OS