#25120: dos2unix doesn't ensure it's UsingTheRightCompiler -----------------------------------+---------------------------------------- Reporter: andre.david@… | Owner: waqar@… Type: defect | Status: new Priority: Low | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: dos2unix -----------------------------------+---------------------------------------- Comment(by ryandesign@…): Yes, #19347 did fix it, by replacing the hardcoded "gcc" with "${configure.cc}" in the Portfile. At the time, the Portfile did not use dos2unix's Makefile. But then r62515 updated the port to version 4.1 and rearranged things so that the Makefile is now used, without telling the Makefile what compiler to use (which is necessary because this software does not have a configure script which would have done so for us) thus reintroducing the problem. The patch Joshua attached to this ticket fixes the problem again. -- Ticket URL: <http://trac.macports.org/ticket/25120#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS