projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad82b5a
)
dev-util/rr: do not build w/-Werror #609192
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 13 Feb 2017 21:06:58 +0000
(16:06 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 13 Feb 2017 21:19:11 +0000
(16:19 -0500)
dev-util/rr/rr-4.5.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/rr/rr-4.5.0.ebuild
b/dev-util/rr/rr-4.5.0.ebuild
index 4ad1d8612c20c81969447e40d03cafc3e77349e6..8cad69ab1c81362ca016dc03c2cde0af89e95190 100644
(file)
--- a/
dev-util/rr/rr-4.5.0.ebuild
+++ b/
dev-util/rr/rr-4.5.0.ebuild
@@
-34,3
+34,9
@@
pkg_setup() {
fi
python-single-r1_pkg_setup
}
+
+src_prepare() {
+ default
+
+ sed -i 's:-Werror::' CMakeLists.txt || die #609192
+}