From owner-svn-ports-head@FreeBSD.ORG Sat Mar 15 15:08:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id B5EDCDF; Sat, 15 Mar 2014 15:08:34 +0000 (UTC) Date: Sat, 15 Mar 2014 15:08:34 +0000 From: Alexey Dokuchaev To: Tijl Coosemans Subject: Re: svn commit: r348316 - head/net/shaperprobe Message-ID: <20140315150834.GA82492@FreeBSD.org> References: <201403151206.s2FC6n7H055776@svn.freebsd.org> <20140315140818.09881947@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140315140818.09881947@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 15:08:34 -0000 On Sat, Mar 15, 2014 at 02:08:18PM +0100, Tijl Coosemans wrote: > On Sat, 15 Mar 2014 12:06:49 +0000 (UTC) Alexey Dokuchaev wrote: > > New Revision: 348316 > > URL: http://svnweb.freebsd.org/changeset/ports/348316 > > > > Log: > > - Fix the build (linking) against Clang by uninlining couple of > > functions > > Does clang still fail if you add USE_CSTD=gnu89 ? Not sure; I will try it tomorrow and see if it can be used instead of sed(1)ing out those "inline" keywords; thanks for suggestion! ./danfe