Date: Wed, 12 Apr 2017 20:19:27 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Jan Beich <jbeich@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r438179 - head/graphics/oyranos Message-ID: <20170412171926.GC14174@hades.panopticon> In-Reply-To: <4lxw-5kfz-wny@FreeBSD.org> References: <201704101545.v3AFjkfW008762@repo.freebsd.org> <4lxw-5kfz-wny@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Jan Beich (jbeich@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@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170412171926.GC14174>