diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-06-13 01:19:42 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-06-13 01:19:42 +0000 |
commit | 3df31abaccaa39d979e456efd830560292b474a2 (patch) | |
tree | 13de2c0212cba130f2b24e7c9d632eca4860690c /dev-util/oprofile/oprofile-0.9.1-r1.ebuild | |
parent | add nomirror and some deps (diff) | |
download | gentoo-2-3df31abaccaa39d979e456efd830560292b474a2.tar.gz gentoo-2-3df31abaccaa39d979e456efd830560292b474a2.tar.bz2 gentoo-2-3df31abaccaa39d979e456efd830560292b474a2.zip |
PowerPC G4 counters
(Portage version: 2.1)
Diffstat (limited to 'dev-util/oprofile/oprofile-0.9.1-r1.ebuild')
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.1-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild b/dev-util/oprofile/oprofile-0.9.1-r1.ebuild index 59d0609cf9aa..c4616c540b23 100644 --- a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild +++ b/dev-util/oprofile/oprofile-0.9.1-r1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.1-r1.ebuild,v 1.3 2006/04/09 15:40:19 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.1-r1.ebuild,v 1.4 2006/06/13 01:19:42 lu_zero Exp $ inherit eutils qt3 DESCRIPTION="A transparent low-overhead system-wide profiler" HOMEPAGE="http://oprofile.sourceforge.net" -SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz" +SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz + mirror://gentoo/${P}-g4-counters.patch.gz" LICENSE="GPL-2" SLOT="0" @@ -23,6 +24,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/oprofile-0.9.1-opcontrol_path.diff epatch ${FILESDIR}/oprofile-0.9.1-gcc41-compilation-fix.diff + epatch ${WORKDIR}/${P}-g4-counters.patch } src_compile() { |