Gentoo Archives: gentoo-commits

From: Tomas Chvatal <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/opencv/files/
Date: Fri, 29 Apr 2011 20:02:36
Message-Id: 522bc10d89815639cb5a73c07b5f46720c76ce26.scarabeus@gentoo
1 commit: 522bc10d89815639cb5a73c07b5f46720c76ce26
2 Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 20:01:30 2011 +0000
4 Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 20:01:30 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=522bc10d
7
8 [media-libs/clapack] erm use correct variable
9
10 ---
11 .../opencv/files/2.2.0-use_system_libs.patch | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/media-libs/opencv/files/2.2.0-use_system_libs.patch b/media-libs/opencv/files/2.2.0-use_system_libs.patch
15 index e5d2135..6a94642 100644
16 --- a/media-libs/opencv/files/2.2.0-use_system_libs.patch
17 +++ b/media-libs/opencv/files/2.2.0-use_system_libs.patch
18 @@ -12,11 +12,11 @@ diff -urN OpenCV-2.2.0.old/CMakeLists.txt OpenCV-2.2.0/CMakeLists.txt
19 # ===================================================
20 diff -urN OpenCV-2.2.0.old/modules/core/CMakeLists.txt OpenCV-2.2.0/modules/core/CMakeLists.txt
21 --- OpenCV-2.2.0.old/modules/core/CMakeLists.txt 2010-12-05 04:35:24.000000000 +0100
22 -+++ OpenCV-2.2.0/modules/core/CMakeLists.txt 2011-04-29 21:58:50.000000000 +0200
23 ++++ OpenCV-2.2.0/modules/core/CMakeLists.txt 2011-04-29 22:01:06.000000000 +0200
24 @@ -1,3 +1,3 @@
25 -include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../../3rdparty/include")
26 -set(deps opencv_lapack zlib)
27 -+include_directories("${ZLIB_INCLUDE_DIRECTORIES}")
28 ++include_directories("${ZLIB_INCLUDE_DIRSS}")
29 +set(deps ${LAPACK_LIBRARIES} ${ZLIB_LIBRARIES})
30 define_opencv_module(core ${deps})
31 diff -urN OpenCV-2.2.0.old/modules/core/src/lapack.cpp OpenCV-2.2.0/modules/core/src/lapack.cpp