svn commit: r438179 - head/graphics/oyranos

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Apr 12 17:21:44 UTC 2017


* Jan Beich (jbeich at FreeBSD.org) wrote:

> > 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.

Umm, it seemed tautologic at first to me, as if there is /usr/bin/clang
it'll be used anyway and otherwise gcc will be used, but I forgot
that it may not build with base gcc. Should be fixed now, thank you!

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru      http://amdmi3.ru


More information about the svn-ports-all mailing list