From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sci-libs/ViSP/files/ViSP-3.0.1-opencv.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sci-libs/ViSP/files/ViSP-3.0.1-opencv.patch (limited to 'sci-libs/ViSP/files/ViSP-3.0.1-opencv.patch') diff --git a/sci-libs/ViSP/files/ViSP-3.0.1-opencv.patch b/sci-libs/ViSP/files/ViSP-3.0.1-opencv.patch new file mode 100644 index 000000000000..c50dcb6d182e --- /dev/null +++ b/sci-libs/ViSP/files/ViSP-3.0.1-opencv.patch @@ -0,0 +1,12 @@ +Index: visp-3.0.1/modules/core/CMakeLists.txt +=================================================================== +--- visp-3.0.1.orig/modules/core/CMakeLists.txt ++++ visp-3.0.1/modules/core/CMakeLists.txt +@@ -182,6 +182,7 @@ if(USE_OPENCV) + if(OpenCV_INCLUDE_DIRS) + list(APPEND opt_incs ${OpenCV_INCLUDE_DIRS}) + endif() ++ list(APPEND opt_libs ${OpenCV_LIBS}) + endif(USE_OPENCV) + + if(USE_YARP) -- cgit v1.2.3