[MacPorts] #18127: macclipboard-gimp and macfile-gimp can use incorrect compiler
#18127: macclipboard-gimp and macfile-gimp can use incorrect compiler ------------------------------+--------------------------------------------- Reporter: mlk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: macclipboard-gimp, macfile-gimp ------------------------------+--------------------------------------------- The 'Makefile' provided by these hardwires the use of 'gcc' -- whichever is found first in the shell environment PATH. For those who place /opt/local/bin first, and have gcc installed by MacPorts, the found 'gcc' does not work. I'm providing a patch to fix this issue for both ports' Portfile, which replaced 'gcc' with '$(CC)' ... which is then by default defined as '/usr/bin/cc' ... which is Apple's 'cc' ... not the best solution, but certainly workable on a Port by Port basis. -- Ticket URL: <http://trac.macports.org/ticket/18127> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18127: macclipboard-gimp and macfile-gimp can use incorrect compiler ------------------------------+--------------------------------------------- Reporter: mlk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: macclipboard-gimp, macfile-gimp ------------------------------+--------------------------------------------- Comment(by mlk@…): A better solution would be to use ${configure.cc} instead of \$(CC) in each reinplace ... sorry I didn't catch that earlier. -- Ticket URL: <http://trac.macports.org/ticket/18127#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18127: macclipboard-gimp and macfile-gimp can use incorrect compiler ------------------------------+--------------------------------------------- Reporter: mlk@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: macclipboard-gimp, macfile-gimp ------------------------------+--------------------------------------------- Changes (by devans@…): * owner: macports-tickets@… => devans@… * status: new => assigned Comment: These are really a bit outdated which probably explains the problem. I assume this is a Leopard specific problem as they build ok on Tiger. Thanks for the input. -- Ticket URL: <http://trac.macports.org/ticket/18127#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18127: macclipboard-gimp and macfile-gimp can use incorrect compiler ----------------------------------------------+----------------------------- Reporter: mlk@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: macclipboard-gimp, macfile-gimp | ----------------------------------------------+----------------------------- Changes (by devans@…): * status: assigned => closed * resolution: => fixed Comment: Changes committed as suggested in r45767. Thanks again for the patches. -- Ticket URL: <http://trac.macports.org/ticket/18127#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts