aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian gloyer <brian.gloyer@gmail.com>2021-04-22 23:10:05 -0700
committerbrian gloyer <brian.gloyer@gmail.com>2021-04-22 23:13:43 -0700
commit3ee8cf71ffe42d630b5f0612a6efa9dd648a2b2e (patch)
treea3d7343f0aafc4884e956075564c8486b7e05505 /dev-cpp/gsl-lite
parentsys-process/nq: pass down CC from toolchain-funcs (diff)
downloadguru-3ee8cf71ffe42d630b5f0612a6efa9dd648a2b2e.tar.gz
guru-3ee8cf71ffe42d630b5f0612a6efa9dd648a2b2e.tar.bz2
guru-3ee8cf71ffe42d630b5f0612a6efa9dd648a2b2e.zip
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@gmail.com>
Diffstat (limited to 'dev-cpp/gsl-lite')
-rw-r--r--dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}