summaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authorbouyer <bouyer>2002-10-16 13:57:55 +0000
committerbouyer <bouyer>2002-10-16 13:57:55 +0000
commit4583b4cc91f992298cadeb8524e7425d41fe0b0b (patch)
tree940af1ab59d1a045f7586b1d250c54e1339683e7 /mail/elm
parent6272c4d482b99178c3880e8019ef45fe4f9582fb (diff)
downloadpkgsrc-4583b4cc91f992298cadeb8524e7425d41fe0b0b.tar.gz
Don't hardcode cc as C compiler, it doesn't work on solaris.
Convert to buildlink2.
Diffstat (limited to 'mail/elm')
-rw-r--r--mail/elm/files/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/elm/files/config.sh b/mail/elm/files/config.sh
index fadbb166be8..8110d939cd4 100644
--- a/mail/elm/files/config.sh
+++ b/mail/elm/files/config.sh
@@ -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'