diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-07-25 18:07:13 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-07-25 18:07:13 +0000 |
commit | 3bd5e9159fb6e65380312b809f12a8c98ed6e5d3 (patch) | |
tree | 84a95f1eace8b2cd6cba00f08ff4b6bc3fbabdd5 /mail/elm+ME/scripts/pre-configure | |
parent | Fix build with Clang. (diff) |
Fix elm build with clang (respect $CC in configure)
Notes
Notes:
svn path=/head/; revision=278312
Diffstat (limited to 'mail/elm+ME/scripts/pre-configure')
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index b7048d35f67c..297ba85a5014 100644 --- a/mail/elm+ME/scripts/pre-configure +++ b/mail/elm+ME/scripts/pre-configure @@ -321,7 +321,7 @@ nopic='' shared_extra='' cppflags='' ldflags='-s' -cc='cc' +cc='${CC}' libs='' nametype='bsd' d_passnames='define' |