commit:     3ee8cf71ffe42d630b5f0612a6efa9dd648a2b2e
Author:     brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Fri Apr 23 06:10:05 2021 +0000
Commit:     Brian Gloyer <brian.gloyer <AT> gmail <DOT> com>
CommitDate: Fri Apr 23 06:13:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ee8cf71

dev-cpp/gsl-lite: Drop -Werror

Closes: https://bugs.gentoo.org/783981
Closes: https://bugs.gentoo.org/784014
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>

 dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild 
b/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild
index ebd5b7b41..b2b2c3933 100644
--- a/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild
+++ b/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild
@@ -24,4 +24,6 @@ src_configure() {
                -DGSL_LITE_OPT_BUILD_TESTS=$(usex test)
        )
        cmake_src_configure
+
+       sed -i -e 's/"-*Werror"//g' test/MakeTestTarget.cmake || die
 }

Reply via email to