[MacPorts] #21718: gimp-app fails to build on Snow Leopard
MacPorts
noreply at macports.org
Sun Nov 1 02:23:40 PST 2009
#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
Reporter: miken32@… | Owner: devans@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Keywords: | Port: gimp-app
-------------------------------+--------------------------------------------
Comment(by imkira@…):
The problem is related to the use of ARCHS=x86_64 when calling xcodebuild.
I don't know if this is an "appropriate" fix (call it at least a
workaround) but you could easily build gimp-app port by adding the
following to your gimp-app portfile:
{{{
xcode.build.settings ARCHS=i386
}}}
You can achieve this with the following command:
{{{
echo "xcode.build.settings ARCHS=i386" >> "$(port dir gimp-
app)/PortFile"
}}}
I do not know if it is possible to delete the definition of ARCHS when
calling xcodebuild with macports (which also works for me), since ARCHS=""
doesn't work, but I find that approach more appropriate.
--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:12>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list