diff options
author | Sam James <sam@gentoo.org> | 2024-05-09 21:37:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-09 21:37:45 +0100 |
commit | c5e3d8c14837d19aa08af77f6d22a36cfea701e5 (patch) | |
tree | e67bf6acd665241652c60f7a3baedba63516eb6d /dev-libs/igraph/igraph-0.10.4-r1.ebuild | |
parent | media-libs/libepoxy: Stabilize 1.5.10-r3 ppc64, #931637 (diff) | |
download | gentoo-c5e3d8c14837d19aa08af77f6d22a36cfea701e5.tar.gz gentoo-c5e3d8c14837d19aa08af77f6d22a36cfea701e5.tar.bz2 gentoo-c5e3d8c14837d19aa08af77f6d22a36cfea701e5.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/igraph/igraph-0.10.4-r1.ebuild')
-rw-r--r-- | dev-libs/igraph/igraph-0.10.4-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |