svn commit: r320832 - head/net-mgmt/bandwidthd

Eitan Adler eadler at freebsd.org
Thu Jun 13 21:19:04 UTC 2013


On Thu, Jun 13, 2013 at 9:05 PM, William Grzybowski <wg at freebsd.org> wrote:

> -.if ${CC} == "clang"

Thank you for changing this.   FWIW if you *do* need to detect clang
this check is  incorrect.

The idiom ${CC:T:Mclang} == "clang") is required in order to allow
absolute paths, etc.

> -USE_CSTD=      c89
> -.endif
> +USE_CSTD=      gnu89




-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-all mailing list