[MacPorts] #32394: gst-ffmpeg 0.10.13 i386 build fail
MacPorts
noreply at macports.org
Sun Dec 4 00:18:42 PST 2011
#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
More information about the macports-tickets
mailing list