diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-08-24 12:48:35 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-08-24 12:48:35 +0200 |
commit | f49e098397feee21f6efdc364f7d00bbc86b8518 (patch) | |
tree | 0698a77d7cee4f9a2dc6cc77efc9b456a112884e | |
parent | c84be41d02d264cc116a9a8436ca3bef3abb417c (diff) | |
download | gentoo-f49e098397feee21f6efdc364f7d00bbc86b8518.tar.gz gentoo-f49e098397feee21f6efdc364f7d00bbc86b8518.tar.xz |
sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498.
Package-Manager: portage-2.2.20.1
-rw-r--r-- | sci-libs/ViSP/ViSP-2.10.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/ViSP/ViSP-2.10.0.ebuild b/sci-libs/ViSP/ViSP-2.10.0.ebuild index 9bc5ac3e2a0..3610d81377b 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 } |