summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2023-01-14 00:25:47 +0900
committerNaohiro Aota <naota@gentoo.org>2023-01-14 00:26:58 +0900
commit89389a9fc60661d2bb0b9590e012cf75cbe1960b (patch)
tree8e8b4670ea6c6bd7bcd37c572b0d83016cb1e0b2
parentwww-client/links: drop 2.28-r2 (diff)
downloadgentoo-89389a9fc60661d2bb0b9590e012cf75cbe1960b.tar.gz
gentoo-89389a9fc60661d2bb0b9590e012cf75cbe1960b.tar.bz2
gentoo-89389a9fc60661d2bb0b9590e012cf75cbe1960b.zip
dev-util/perf: drop -Werror from Makefile
Closes: https://bugs.gentoo.org/888837 Signed-off-by: Naohiro Aota <naota@gentoo.org>
-rw-r--r--dev-util/perf/perf-6.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/perf/perf-6.0.ebuild b/dev-util/perf/perf-6.0.ebuild
index 7436087635dc..0f780281f20f 100644
--- a/dev-util/perf/perf-6.0.ebuild
+++ b/dev-util/perf/perf-6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -152,7 +152,8 @@ src_prepare() {
"${S}"/Makefile.perf || die
# A few places still use -Werror w/out $(WERROR) protection.
sed -i -e 's@-Werror@@' \
- "${S}"/Makefile.perf "${S_K}"/tools/lib/bpf/Makefile || die
+ "${S}"/Makefile.perf "${S_K}"/tools/lib/bpf/Makefile \
+ "${S_K}"/tools/lib/perf/Makefile || die
# Avoid the call to make kernelversion
sed -i -e '/PERF-VERSION-GEN/d' Makefile.perf || die