diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-05 19:26:00 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-05 19:26:42 +0100 |
commit | ab1eb4e8dcbdb2da85ff8ebbfa17671ff609c5a1 (patch) | |
tree | 82ecbfd3617d5845a2ec9bb8ba2149ac119706f2 /sci-libs/ViSP/files | |
parent | sci-misc/ViSP-images: Bump to 3.0.1 (diff) | |
download | gentoo-ab1eb4e8dcbdb2da85ff8ebbfa17671ff609c5a1.tar.gz gentoo-ab1eb4e8dcbdb2da85ff8ebbfa17671ff609c5a1.tar.bz2 gentoo-ab1eb4e8dcbdb2da85ff8ebbfa17671ff609c5a1.zip |
sci-libs/ViSP: bump to 3.0.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-libs/ViSP/files')
-rw-r--r-- | sci-libs/ViSP/files/ViSP-3.0.1-opencv.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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) |