sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498.
authorAlexis Ballier <aballier@gentoo.org>
Mon, 24 Aug 2015 10:48:35 +0000 (12:48 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 24 Aug 2015 10:48:35 +0000 (12:48 +0200)
Package-Manager: portage-2.2.20.1

sci-libs/ViSP/ViSP-2.10.0.ebuild

index 9bc5ac3e2a0ca737d2103c214ed1a6ed54f16466..3610d81377b25689dd6573f6bd98024aca759962 100644 (file)
@@ -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
 }