summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-12-23 00:55:59 +0100
committerAlexis Ballier <aballier@gentoo.org>2015-12-23 01:06:57 +0100
commite73fe98675f7ced305dfb691e76cfa7633e633c4 (patch)
tree61190a418dd3c14e16e6c47f19f95de935cbd5e7 /sci-libs/ViSP/files
parentsci-misc/ViSP-images: bump to 3.0.0 (diff)
downloadgentoo-e73fe98675f7ced305dfb691e76cfa7633e633c4.tar.gz
gentoo-e73fe98675f7ced305dfb691e76cfa7633e633c4.tar.bz2
gentoo-e73fe98675f7ced305dfb691e76cfa7633e633c4.zip
sci-libs/ViSP: bump to 3.0.0
Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-libs/ViSP/files')
-rw-r--r--sci-libs/ViSP/files/ViSP-3.0.0-opencv.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/ViSP/files/ViSP-3.0.0-opencv.patch b/sci-libs/ViSP/files/ViSP-3.0.0-opencv.patch
new file mode 100644
index 000000000000..7bd7705e552e
--- /dev/null
+++ b/sci-libs/ViSP/files/ViSP-3.0.0-opencv.patch
@@ -0,0 +1,13 @@
+Index: visp-3.0.0/modules/core/CMakeLists.txt
+===================================================================
+--- visp-3.0.0.orig/modules/core/CMakeLists.txt
++++ visp-3.0.0/modules/core/CMakeLists.txt
+@@ -172,7 +172,7 @@ if(USE_OPENCV)
+ list(APPEND opt_libs ${OpenCV_LIBS})
+ endif()
+ list(APPEND opt_incs ${OpenCV_INCLUDE_DIRS})
+- #list(APPEND opt_libs ${OpenCV_LIBS})
++ list(APPEND opt_libs ${OpenCV_LIBS})
+ #MESSAGE("OpenCV_INCLUDE_DIRS = ${OpenCV_INCLUDE_DIRS}")
+ #MESSAGE("OpenCV_LIBS = ${OpenCV_LIBS}")
+ #MESSAGE("OpenCV_LIB_DIR = ${OpenCV_LIB_DIR}")