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>
This commit is contained in:
brian gloyer
2021-04-22 23:10:05 -07:00
parent 4f6255edc7
commit 3ee8cf71ff

View File

@@ -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
}