On Wed, Dec 13, 2017 at 10:42:25PM +0100, Rafael Sadowski wrote:
> Hi bluhm@, Hi ports@,
> 
> the upcoming boost removed T1 library support. Before we update our boost
> I would like to commit the diff below.
> 
> I have changed the following:
> 
> 1.) Add COMPILER and drop ONLY_FOR_ARCHS
> 2.) Add -std=c++11 (clang also needs -Wno-c++11-narrowing to build successful)
> 3.) Drop boost as bdep and change tr1-implementation to system.
> 4.) fake function in namespace std::tr1:: and use std::placeholders.
> 
> Build correctly with base-clang and ports-gcc. All tests passed with
> both compilers.
> 
> Ok? Comments?

OK bluhm@

> +COMPILER= base-clang ports-gcc

you need a space before = and a tab after =

Reply via email to