#19963: ncid should use ${configure.cc} -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ncid -------------------------------------+-------------------------------------- ncid is using "cc" to build, but should use the value of ${configure.cc}. See UsingTheRightCompiler. {{{ ---> Building ncid DEBUG: Executing org.macports.build (ncid) DEBUG: port allows a parallel build DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' DEBUG: Assembled command: 'cd "/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ncid/work/ncid" && nice -n 10 make -j3 local settag="Macintosh OS X" STRIP=' cc -O -DCIDCONF=\"/mp/etc/ncid/ncidd.conf\" -DCIDALIAS=\"/mp/etc/ncid/ncidd.alias\" -DCIDLOG=\"/mp/var/log/cidcall.log\" -DTTYPORT=\"/mp/dev/modem\" -DDATALOG=\"/mp/var/log/ciddata.log\" -DLOGFILE=\"/mp/var/log/ncidd.log\" -DPIDFILE=\"/mp/var/run/ncidd.pid\" -c -o ncidd.o ncidd.c cc -O -DCIDCONF=\"/mp/etc/ncid/ncidd.conf\" -DCIDALIAS=\"/mp/etc/ncid/ncidd.alias\" -DCIDLOG=\"/mp/var/log/cidcall.log\" -DTTYPORT=\"/mp/dev/modem\" -DDATALOG=\"/mp/var/log/ciddata.log\" -DLOGFILE=\"/mp/var/log/ncidd.log\" -DPIDFILE=\"/mp/var/run/ncidd.pid\" -c -o nciddconf.o nciddconf.c cc -O -DCIDCONF=\"/mp/etc/ncid/ncidd.conf\" -DCIDALIAS=\"/mp/etc/ncid/ncidd.alias\" -DCIDLOG=\"/mp/var/log/cidcall.log\" -DTTYPORT=\"/mp/dev/modem\" -DDATALOG=\"/mp/var/log/ciddata.log\" -DLOGFILE=\"/mp/var/log/ncidd.log\" -DPIDFILE=\"/mp/var/run/ncidd.pid\" -c -o nciddalias.o nciddalias.c [snip] }}} -- Ticket URL: <http://trac.macports.org/ticket/19963> MacPorts <http://www.macports.org/> Ports system for Mac OS