updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / opencamlib-svn / CMakeLists.txt.patch
blobdc4a8fceef5dc9d661c2f8a4856a3cfcb1aabfa7
1 --- CMakeLists.txt 2011-09-28 17:04:39.799885868 -0400
2 +++ CMakeLists.txt.new 2011-09-28 17:07:27.546551093 -0400
3 @@ -71,7 +71,7 @@
4 # header file search path
6 execute_process(
7 - COMMAND python-config --includes
8 + COMMAND python2-config --includes
9 COMMAND sed -r "s/-I//g; s/ +/;/g"
10 COMMAND tr -d '\n'
11 OUTPUT_VARIABLE Python_Includes
12 @@ -266,7 +266,7 @@
15 execute_process(
16 - COMMAND python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
17 + COMMAND python2 -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
18 OUTPUT_VARIABLE Python_site_packages
19 OUTPUT_STRIP_TRAILING_WHITESPACE