Opened 14 years ago

Closed 14 years ago

#22080 closed defect (fixed)

larn should be using configure.cc

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: aschenke@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: larn

Description

larn is using "cc" to build; it should be changed so it's UsingTheRightCompiler:

cc -DNCURSES_OPAQUE=0  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings  -c main.c
cc -DNCURSES_OPAQUE=0  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings  -c object.c

Change History (1)

comment:1 Changed 14 years ago by aschenke@…

Resolution: fixed
Status: newclosed

fixed in r59482

Note: See TracTickets for help on using tickets.