Opened 15 years ago
Closed 15 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 15 years ago by aschenke@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed in r59482