diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-09-02 00:36:27 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-09-02 00:36:27 +0000 |
commit | 68669fc03d3fa88b970a6f23950ae18192f5366a (patch) | |
tree | f9c95e368a69a5958e29d6c404332b927b979bb0 /graphics/opencv/files/patch-cmake__templates__OpenCVConfig.cmake.in | |
parent | Remove non staged ports without pending PR from p* (diff) |
- Update to 2.4.9
- Update LICENSE
- Convert USE_PYTHON -> USES
Notes
Notes:
svn path=/head/; revision=366969
Diffstat (limited to 'graphics/opencv/files/patch-cmake__templates__OpenCVConfig.cmake.in')
-rw-r--r-- | graphics/opencv/files/patch-cmake__templates__OpenCVConfig.cmake.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/opencv/files/patch-cmake__templates__OpenCVConfig.cmake.in b/graphics/opencv/files/patch-cmake__templates__OpenCVConfig.cmake.in deleted file mode 100644 index a4796f178c39..000000000000 --- a/graphics/opencv/files/patch-cmake__templates__OpenCVConfig.cmake.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./cmake/templates/OpenCVConfig.cmake.in.orig 2013-12-01 09:56:12.000000000 -0500 -+++ ./cmake/templates/OpenCVConfig.cmake.in 2013-12-01 09:56:42.000000000 -0500 -@@ -195,7 +195,7 @@ - set(OpenCV_LIB_SUFFIX "") - endif() - --SET(OpenCV_LIBS "${OpenCV_LIB_COMPONENTS}") -+SET(OpenCV_LIBS "${OpenCV_FIND_COMPONENTS}") - - foreach(__opttype OPT DBG) - SET(OpenCV_LIBS_${__opttype} "${OpenCV_LIBS}") |