From 88173eaab308bb3a57972987b83645e0ba68c0d8 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Thu, 15 Dec 2011 16:16:19 +0000 Subject: Build fix by Andrew Savchenko (bug #394827). (Portage version: 2.2.0_alpha81/cvs/Linux x86_64) --- net-analyzer/bwmon/ChangeLog | 7 +++++-- net-analyzer/bwmon/bwmon-1.3.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'net-analyzer/bwmon') diff --git a/net-analyzer/bwmon/ChangeLog b/net-analyzer/bwmon/ChangeLog index 9d99724a0be3..44a044a673c5 100644 --- a/net-analyzer/bwmon/ChangeLog +++ b/net-analyzer/bwmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/bwmon -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/ChangeLog,v 1.15 2009/06/02 11:43:08 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/ChangeLog,v 1.16 2011/12/15 16:16:19 jer Exp $ + + 15 Dec 2011; Jeroen Roovers bwmon-1.3.ebuild: + Build fix by Andrew Savchenko (bug #394827). 02 Jun 2009; Diego E. Pettenò bwmon-1.3.ebuild: Fix build by just not using the broken Makefile, instead build straight in diff --git a/net-analyzer/bwmon/bwmon-1.3.ebuild b/net-analyzer/bwmon/bwmon-1.3.ebuild index 7fa157aff6f7..62c0325f7c5d 100644 --- a/net-analyzer/bwmon/bwmon-1.3.ebuild +++ b/net-analyzer/bwmon/bwmon-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.19 2009/06/02 18:01:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.20 2011/12/15 16:16:19 jer Exp $ inherit toolchain-funcs flag-o-matic @@ -23,7 +23,7 @@ doecho() { } src_compile() { - append-flags -I "${S}"/include -D__THREADS + append-flags -I"${S}"/include -D__THREADS doecho $(tc-getCC) -o ${PN} \ ${CFLAGS} ${LDFLAGS} \ -- cgit v1.2.3-65-gdbad