[MacPorts] #24673: mlt universal variant doesn't build universal software
MacPorts
noreply at macports.org
Mon May 3 16:34:39 PDT 2010
#24673: mlt universal variant doesn't build universal software
--------------------------------------+-------------------------------------
Reporter: ryandesign@… | Owner: dan@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Resolution: fixed | Keywords:
Port: mlt |
--------------------------------------+-------------------------------------
Changes (by ryandesign@…):
* status: new => closed
* resolution: => fixed
Comment:
During the configure phase, MacPorts sets the CFLAGS variable to the value
of ${configure.cflags} ''plus'' the value of either
${configure.universal_cflags} (if building universal) or
${configure.cc_archflags} (if not building universal). mlt doesn't use a
configure script, so it doesn't see these. It looks at the CFLAGS variable
in the build phase, where you only give it the value of
${configure.cflags}. Similarly for CPPFLAGS, CXXFLAGS, LDFLAGS, if
applicable.
Yes, you're right, mlt's dependency ffmpeg-devel is not universal, so mlt
can't be universal. Marked mlt as not universal in r67264.
--
Ticket URL: <http://trac.macports.org/ticket/24673#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list