commit:     c5e3d8c14837d19aa08af77f6d22a36cfea701e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 20:37:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  9 20:37:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e3d8c1

dev-libs/igraph: disable -Werror

By policy in Gentoo, we don't build with -Werror.

Closes: https://bugs.gentoo.org/895066
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/igraph/igraph-0.10.10.ebuild   | 1 +
 dev-libs/igraph/igraph-0.10.11.ebuild   | 1 +
 dev-libs/igraph/igraph-0.10.4-r1.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-libs/igraph/igraph-0.10.10.ebuild 
b/dev-libs/igraph/igraph-0.10.10.ebuild
index f270109ee806..cb7c5a2e937c 100644
--- a/dev-libs/igraph/igraph-0.10.10.ebuild
+++ b/dev-libs/igraph/igraph-0.10.10.ebuild
@@ -43,6 +43,7 @@ src_configure() {
                -DIGRAPH_USE_INTERNAL_LAPACK=OFF
                -DIGRAPH_USE_INTERNAL_PLFIT=OFF
                -DIGRAPH_ENABLE_TLS=$(usex threads)
+               -DIGRAPH_WARNINGS_AS_ERRORS=OFF
                -DBUILD_TESTING=$(usex test)
        )
        cmake_src_configure

diff --git a/dev-libs/igraph/igraph-0.10.11.ebuild 
b/dev-libs/igraph/igraph-0.10.11.ebuild
index 2056002ac6f3..0553751b2bcf 100644
--- a/dev-libs/igraph/igraph-0.10.11.ebuild
+++ b/dev-libs/igraph/igraph-0.10.11.ebuild
@@ -38,6 +38,7 @@ src_configure() {
                -DIGRAPH_USE_INTERNAL_LAPACK=OFF
                -DIGRAPH_USE_INTERNAL_PLFIT=OFF
                -DIGRAPH_ENABLE_TLS=$(usex threads)
+               -DIGRAPH_WARNINGS_AS_ERRORS=OFF
                -DBUILD_TESTING=$(usex test)
        )
        cmake_src_configure

diff --git a/dev-libs/igraph/igraph-0.10.4-r1.ebuild 
b/dev-libs/igraph/igraph-0.10.4-r1.ebuild
index fd9d1d6f77ec..9ccfb98c5cbb 100644
--- a/dev-libs/igraph/igraph-0.10.4-r1.ebuild
+++ b/dev-libs/igraph/igraph-0.10.4-r1.ebuild
@@ -44,6 +44,7 @@ src_configure() {
                -DIGRAPH_USE_INTERNAL_LAPACK=OFF
                -DIGRAPH_USE_INTERNAL_PLFIT=OFF
                -DIGRAPH_ENABLE_TLS=$(usex threads)
+               -DIGRAPH_WARNINGS_AS_ERRORS=OFF
                -DBUILD_TESTING=$(usex test)
        )
        cmake_src_configure

Reply via email to