[MacPorts] #24197: simage: simage.pc and simage-default.cfg contain -arch flags
#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
#24197: simage: simage.pc and simage-default.cfg contain -arch flags --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: css@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: fixed | Keywords: Port: simage | --------------------------------------+------------------------------------- Changes (by css@…): * status: new => closed * resolution: => fixed Comment: Thanks for the patch! Fixed in r65328. I've never known much about pkgconfig, so I'll try to keep an eye out for that in the future. -- Ticket URL: <http://trac.macports.org/ticket/24197#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts