FreeBSD Bugzilla – Attachment 183477 Details for
Bug 219981
graphics/opencv: enabling TBB breaks graphics/kipi-plugins-*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
untested patch
kipi-plugin-removereadeyes.diff (text/plain), 1.51 KB, created by
Tobias C. Berner
on 2017-06-14 10:01:44 UTC
(
hide
)
Description:
untested patch
Filename:
MIME Type:
Creator:
Tobias C. Berner
Created:
2017-06-14 10:01:44 UTC
Size:
1.51 KB
patch
obsolete
>Index: graphics/kipi-plugin-removeredeyes/files/patch-cmake_modules_modules__opencv_FindOpenCV.cmake >=================================================================== >--- graphics/kipi-plugin-removeredeyes/files/patch-cmake_modules_modules__opencv_FindOpenCV.cmake (nonexistent) >+++ graphics/kipi-plugin-removeredeyes/files/patch-cmake_modules_modules__opencv_FindOpenCV.cmake (working copy) >@@ -0,0 +1,20 @@ >+--- cmake/modules/modules_opencv/FindOpenCV.cmake.orig 2017-06-14 09:55:35 UTC >++++ cmake/modules/modules_opencv/FindOpenCV.cmake >+@@ -173,6 +173,9 @@ find_library(OpenCV_ML_LIBRARY >+ find_library(OpenCV_TRS_LIBRARY >+ NAMES trs >+ PATHS ${OpenCV_ROOT_DIR} PATH_SUFFIXES ${OpenCV_LIBDIR_SUFFIXES} ) >++find_library(OpenCV_TBB_LIBRARY >++ names tbb >++ PATHS ${OpenCV_ROOT_DIR} PATH_SUFFIXES ${OpenCV_LIBDIR_SUFFIXES} ) >+ >+ # >+ # Logic selecting required libs and headers >+@@ -225,6 +228,7 @@ mark_as_advanced(OpenCV_ROOT_DIR >+ OpenCV_HIGHGUI_LIBRARY >+ OpenCV_ML_LIBRARY >+ OpenCV_TRS_LIBRARY >++ OpenCV_TBB_LIBRARY >+ ) >+ >+ > >Property changes on: graphics/kipi-plugin-removeredeyes/files/patch-cmake_modules_modules__opencv_FindOpenCV.cmake >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219981
:
183477
|
183478