#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