commit: 28685f5a16361bca44edb81f5f9e93ae81b6e1f5 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Wed Dec 21 09:12:16 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Wed Dec 21 09:14:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28685f5a
dev-cpp/trantor: remove -Werror Closes: https://bugs.gentoo.org/887325 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> dev-cpp/trantor/trantor-1.5.8.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-cpp/trantor/trantor-1.5.8.ebuild b/dev-cpp/trantor/trantor-1.5.8.ebuild index f28b11d3f..9aad885bb 100644 --- a/dev-cpp/trantor/trantor-1.5.8.ebuild +++ b/dev-cpp/trantor/trantor-1.5.8.ebuild @@ -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"
