forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-accessibility/simon: Fix build w/ opencv3, bug 558534
Package-Manager: portage-2.2.24
- Loading branch information
Showing
2 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
app-accessibility/simon/files/simon-0.4.1-opencv-include.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
From: Peter Grasch <[email protected]> | ||
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}") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters