diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-01-03 12:51:50 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-01-03 12:51:50 +0000 |
commit | 2471676e2c849ab58854788f44a2f3ba66397244 (patch) | |
tree | 8207bb86346e403e70358017792749d4e34d5116 /app-misc/pipeworks | |
parent | Version bump for bug 252877, pkgmoved from media-gfx/icns2png. (diff) | |
download | gentoo-2-2471676e2c849ab58854788f44a2f3ba66397244.tar.gz gentoo-2-2471676e2c849ab58854788f44a2f3ba66397244.tar.bz2 gentoo-2-2471676e2c849ab58854788f44a2f3ba66397244.zip |
QA: Respect CC (bug 243664), respect CFLAGS (bug 240081)
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-misc/pipeworks')
-rw-r--r-- | app-misc/pipeworks/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/pipeworks/pipeworks-0.4.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-misc/pipeworks/ChangeLog b/app-misc/pipeworks/ChangeLog index 9f200dd88be0..2eefc16b62e2 100644 --- a/app-misc/pipeworks/ChangeLog +++ b/app-misc/pipeworks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/pipeworks -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/ChangeLog,v 1.9 2007/02/08 22:44:59 flameeyes Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/ChangeLog,v 1.10 2009/01/03 12:51:50 angelos Exp $ + + 03 Jan 2009; Christoph Mende <angelos@gentoo.org> pipeworks-0.4.ebuild: + QA: Respect CC (bug 243664), respect CFLAGS (bug 240081) 08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-misc/pipeworks/pipeworks-0.4.ebuild b/app-misc/pipeworks/pipeworks-0.4.ebuild index ef7d2dd2cb7b..a6eaec9934fd 100644 --- a/app-misc/pipeworks/pipeworks-0.4.ebuild +++ b/app-misc/pipeworks/pipeworks-0.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/pipeworks-0.4.ebuild,v 1.9 2005/04/21 19:35:16 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/pipeworks-0.4.ebuild,v 1.10 2009/01/03 12:51:50 angelos Exp $ + +inherit toolchain-funcs DESCRIPTION="a small utility that measures throughput between stdin and stdout" HOMEPAGE="http://pipeworks.sourceforge.net/" @@ -14,7 +16,7 @@ IUSE="" DEPEND="virtual/libc" src_compile() { - emake || die "emake failed" + emake CC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" || die "emake failed" } src_install() { |