]> git.pld-linux.org Git - packages/opencv.git/commitdiff
- restored, upstream does not support lib64 for python auto/ti/opencv-2_3_1-1
authorlisu <lisu@pld-linux.org>
Wed, 21 Sep 2011 07:39:37 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opencv-multilib.patch -> 1.3

opencv-multilib.patch [new file with mode: 0644]

diff --git a/opencv-multilib.patch b/opencv-multilib.patch
new file mode 100644 (file)
index 0000000..7b9785f
--- /dev/null
@@ -0,0 +1,14 @@
+--- OpenCV-2.3.1/CMakeLists.txt~       2011-09-20 16:37:58.864889717 +0200
++++ OpenCV-2.3.1/CMakeLists.txt        2011-09-21 09:33:29.341296893 +0200
+@@ -666,9 +666,9 @@
+                     OUTPUT_VARIABLE PYTHON_STD_PACKAGES_PATH
+                     OUTPUT_STRIP_TRAILING_WHITESPACE)
+     if("${PYTHON_STD_PACKAGES_PATH}" MATCHES "site-packages")
+-        set(PYTHON_PACKAGES_PATH lib/python${PYTHON_VERSION_MAJOR_MINOR}/site-packages CACHE PATH "Where to install the python packages.")
++      set(PYTHON_PACKAGES_PATH lib${LIB_SUFFIX}/python${PYTHON_VERSION_MAJOR_MINOR}/site-packages CACHE PATH "Where to install the python packages.")
+     else() #debian based assumed, install to the dist-packages.
+-        set(PYTHON_PACKAGES_PATH lib/python${PYTHON_VERSION_MAJOR_MINOR}/dist-packages CACHE PATH "Where to install the python packages.")
++      set(PYTHON_PACKAGES_PATH lib${LIB_SUFFIX}/python${PYTHON_VERSION_MAJOR_MINOR}/dist-packages CACHE PATH "Where to install the python packages.")
+     endif()
+ endif()
+ if(CMAKE_HOST_WIN32)
This page took 0.230266 seconds and 4 git commands to generate.