Opened 15 years ago
Closed 15 years ago
#19963 closed defect (fixed)
ncid should use ${configure.cc}
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | david@… | |
Port: | ncid |
Description
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]
Change History (1)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r52431. Now: