Don't hardcode cc as C compiler, it doesn't work on solaris.
Convert to buildlink2.
This commit is contained in:
parent
7a17babe77
commit
8ee0a8529f
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ optimize='-O2'
|
|||
ccflags='-ILOCALBASE/include'
|
||||
cppflags=' -ILOCALBASE/include'
|
||||
ldflags='-Wl,-RLOCALBASE/lib -LLOCALBASE/lib'
|
||||
cc='cc -MD'
|
||||
cc='@CC@ -MD'
|
||||
libs='-lintl'
|
||||
nametype='bsd'
|
||||
d_passnames='define'
|
||||
|
|
Loading…
Reference in a new issue