dev-cpp/trantor: remove -Werror

Closes: https://bugs.gentoo.org/887325
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2022-12-21 10:12:16 +01:00
parent c359e66ddc
commit 28685f5a16

View File

@@ -25,6 +25,11 @@ DEPEND="
"
BDEPEND="doc? ( app-doc/doxygen[dot] )"
src_prepare() {
sed -i 's/ -Werror)$/)/' CMakeLists.txt || die "could not remove -Werror"
cmake_src_prepare
}
src_configure() {
local -a mycmakeargs=(
"-DBUILD_SHARED_LIBS=YES"