projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d00cdf
)
net-wireless/srslte: filter -Werror
author
Rick Farina
<zerochaos@gentoo.org>
Tue, 7 Jan 2020 21:15:40 +0000
(16:15 -0500)
committer
Rick Farina
<zerochaos@gentoo.org>
Tue, 7 Jan 2020 21:15:57 +0000
(16:15 -0500)
closes bug #699576
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
net-wireless/srslte/srslte-19.09.ebuild
patch
|
blob
|
history
diff --git
a/net-wireless/srslte/srslte-19.09.ebuild
b/net-wireless/srslte/srslte-19.09.ebuild
index 69be1795d75860b7d7b49fe8f7a3903b2915f34b..444a0103a6377d09d2d17fdbeeedc706a318df5e 100644
(file)
--- a/
net-wireless/srslte/srslte-19.09.ebuild
+++ b/
net-wireless/srslte/srslte-19.09.ebuild
@@
-1,4
+1,4
@@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019
-2020
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@
-32,6
+32,11
@@
DEPEND="
RDEPEND="${DEPEND}"
BDEPEND=""
+src_prepare() {
+ sed -i '/ -Werror"/d' CMakeLists.txt || die
+ cmake-utils_src_prepare
+}
+
src_configure() {
mycmakeargs=(
-DENABLE_UHD="$(usex uhd)"