From 3ffe920c7daee95c45cbdd9dc4d4ac1f22f27e25 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 17 Dec 2015 23:34:27 +0100 Subject: app-accessibility/simon: Fix build w/ opencv3, bug 558534 Package-Manager: portage-2.2.24 --- .../simon/files/simon-0.4.1-opencv-include.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-accessibility/simon/files/simon-0.4.1-opencv-include.patch (limited to 'app-accessibility/simon/files/simon-0.4.1-opencv-include.patch') diff --git a/app-accessibility/simon/files/simon-0.4.1-opencv-include.patch b/app-accessibility/simon/files/simon-0.4.1-opencv-include.patch new file mode 100644 index 000000000000..b6a7d33c409f --- /dev/null +++ b/app-accessibility/simon/files/simon-0.4.1-opencv-include.patch @@ -0,0 +1,20 @@ +From: Peter Grasch +Date: Sat, 25 Jul 2015 08:45:03 +0000 +Subject: Adding OpenCV include directories to include path +X-Git-Url: http://quickgit.kde.org/?p=simon.git&a=commitdiff&h=b4e663e5cc36511b15ef20865c723182cd3d88c9 +--- +Adding OpenCV include directories to include path +--- + + +--- a/cmake/FindOpenCV.cmake ++++ b/cmake/FindOpenCV.cmake +@@ -61,6 +61,7 @@ + + ## Include the standard CMake script + include("${OpenCV_DIR}/OpenCVConfig.cmake") ++ include_directories(${OpenCV_INCLUDE_DIRS}) + + ## Search for a specific version + set(CVLIB_SUFFIX "${OpenCV_VERSION_MAJOR}${OpenCV_VERSION_MINOR}${OpenCV_VERSION_PATCH}") + -- cgit v1.2.3-65-gdbad