commit: f49e098397feee21f6efdc364f7d00bbc86b8518
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 10:48:35 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 10:48:35 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49e0983
sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498.
Package-Manager: portage-2.2.20.1
sci-libs/ViSP/ViSP-2.10.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/ViSP/ViSP-2.10.0.ebuild b/sci-libs/ViSP/ViSP-2.10.0.ebuild
index 9bc5ac3..3610d81 100644
--- a/sci-libs/ViSP/ViSP-2.10.0.ebuild
+++ b/sci-libs/ViSP/ViSP-2.10.0.ebuild
@@ -67,6 +67,7 @@ src_configure() {
"-DUSE_FFMPEG=$(usex ffmpeg ON OFF)"
"-DUSE_ZBAR=$(usex zbar ON OFF)"
"-DUSE_DMTX=$(usex dmtx ON OFF)"
+ "-DCMAKE_DISABLE_FIND_PACKAGE_Coin3D=ON"
)
cmake-utils_src_configure
}