net-libs/orcania: Remove Werror

Closes: https://bugs.gentoo.org/887885
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2022-12-27 16:06:21 +01:00
parent 935d044fa6
commit 588118d221

View File

@@ -34,6 +34,9 @@ src_configure() {
-DBUILD_ORCANIA_DOCUMENTATION=$(usex doc)
)
# bug 887885
sed -i -e "s/-Werror//g" CMakeLists.txt || die
cmake_src_configure
}