sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498.

Package-Manager: portage-2.2.20.1
This commit is contained in:
Alexis Ballier
2015-08-24 12:48:35 +02:00
parent c84be41d02
commit f49e098397

View 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
}