[MacPorts] #24197: simage: simage.pc and simage-default.cfg contain -arch flags
MacPorts
noreply at macports.org
Wed Mar 24 13:51:50 PDT 2010
#24197: simage: simage.pc and simage-default.cfg contain -arch flags
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: css@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: simage
-------------------------------------+--------------------------------------
{{{
$ port installed simage
The following ports are currently installed:
simage @1.6.1_4+universal (active)
$ port contents simage | sed 1d | xargs grep -- -arch
/opt/local/share/Coin/conf/simage-
default.cfg:ldflags="-L${exec_prefix}/lib -arch x86_64 -arch i386"
}}}
{{{
$ port installed simage
The following ports are currently installed:
simage @1.7.0_0+universal (active)
$ port contents simage | sed 1d | xargs grep -- -arch
/opt/local/lib/pkgconfig/simage.pc:Libs: -L${libdir} -L${exec_prefix}/lib
-arch x86_64 -arch i386 -lsimage -logg -lvorbis -lvorbisfile
-Wl,-framework,CoreFoundation -Wl,-framework,ApplicationServices
/opt/local/share/Coin/conf/simage-
default.cfg:ldflags="-L${exec_prefix}/lib -arch x86_64 -arch i386"
}}}
Those -arch flags should not be there; they will cause problems for other
ports using simage as a dependency. The attached patch should fix this. If
you don't combine this with a [ticket:#24196 version update], don't forget
to increase the revision as well.
--
Ticket URL: <http://trac.macports.org/ticket/24197>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list