svn commit: r438179 - head/graphics/oyranos

Jan Beich jbeich at FreeBSD.org
Mon Apr 10 15:50:52 UTC 2017


Dmitry Marakasov <amdmi3 at FreeBSD.org> writes:

> Author: amdmi3
> Date: Mon Apr 10 15:45:45 2017
> New Revision: 438179
> URL: https://svnweb.freebsd.org/changeset/ports/438179
>
> Log:
>   - Remove outdated compiler check
[...]
> -.if exists(/usr/bin/clang) && ${OSVERSION} > 901502
> -CC=		/usr/bin/clang
> -CXX=		/usr/bin/clang++
> -.else
> -USE_GCC=	yes
> -.endif

What about sparc64, mips* lacking Clang in base or powerpc* where it's buggy?
Maybe replace with USES=compiler:c++11-lang.


More information about the svn-ports-head mailing list