diff options
author | 2016-04-21 00:21:58 -0400 | |
---|---|---|
committer | 2016-04-21 00:21:58 -0400 | |
commit | 8bea3f73fa42fa9025d4aeb8950611af99984563 (patch) | |
tree | fd449b3ea3372ca520f8b85bdd379e9cf5b9bcd9 /app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild | |
parent | dev-util/umockdev: fix build w/newer glibc #579988 (diff) | |
download | gentoo-8bea3f73fa42fa9025d4aeb8950611af99984563.tar.gz gentoo-8bea3f73fa42fa9025d4aeb8950611af99984563.tar.bz2 gentoo-8bea3f73fa42fa9025d4aeb8950611af99984563.zip |
app-benchmarks/bootchart2: fix build w/newer glibc #579922
Diffstat (limited to 'app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild')
-rw-r--r-- | app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild b/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild index 4e466bd85420..b652fe02fb7d 100644 --- a/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild +++ b/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild @@ -36,6 +36,7 @@ S="${WORKDIR}"/${PN%2}-${PV} CONFIG_CHECK="~PROC_EVENTS ~TASKSTATS ~TASK_DELAY_ACCT ~TMPFS" src_prepare() { + epatch "${FILESDIR}"/${P}-sysmacros.patch #579922 tc-export CC sed \ -e "/^install/s:py-install-compile::g" \ |