#32394: gst-ffmpeg 0.10.13 i386 build fail --------------------------------------+------------------------------------- Reporter: reid@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: duplicate | Keywords: haspatch Port: gst-ffmpeg | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: new => closed * cc: rmstonecipher@… (added) * keywords: => haspatch * resolution: => duplicate * port: => gst-ffmpeg Old description:
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.
New description: 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. -- Comment: Please use WikiFormatting, fill in the Port field, and Cc the maintainer of the affected port. Duplicate of #24636 and/or #28182. -- Ticket URL: <https://trac.macports.org/ticket/32394#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS