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

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 14 15:38:01 UTC 2013


On Fri, Jun 14, 2013 at 10:56:57PM +0800, Sunpoet Po-Chuan Hsieh wrote:
> Try this (cited from lang/v8/Makefile)
> 
> .if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++" ||
> ${OSVERSION} >= 1000024
> ...
> .endif
> 
> Regards,
> 

There is only one single way to reliably determine what will be the compiler
which what you find in devel/boost-all/compiler.mk, with the limitation that you
can't use that to determine dependencies base on the compiler type because
tinderbox/pointyhat have a design bug that makes them testing this first on the
host and not on the destination.

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130614/3076e844/attachment.sig>


More information about the svn-ports-all mailing list