updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / imgseek / make_it_work.patch
blob7795f5d57defb35d25a66f184e4b3951e1d0e565
1 diff -aur imgSeek-0.8.6.orig/imgSeekLib/haar.cpp imgSeek-0.8.6.new/imgSeekLib/haar.cpp
2 --- imgSeek-0.8.6.orig/imgSeekLib/haar.cpp 2009-07-25 06:29:00.000000000 +0200
3 +++ imgSeek-0.8.6.new/imgSeekLib/haar.cpp 2009-07-25 06:30:42.000000000 +0200
4 @@ -49,6 +49,7 @@
5 #include <math.h>
6 #include <stdio.h>
7 #include <stdlib.h>
8 +#include <cstring>
10 /* imgSeek Includes */
11 #include "haar.h"
12 diff -aur imgSeek-0.8.6.orig/setup.py imgSeek-0.8.6.new/setup.py
13 --- imgSeek-0.8.6.orig/setup.py 2009-07-25 06:29:00.000000000 +0200
14 +++ imgSeek-0.8.6.new/setup.py 2009-07-25 06:31:25.000000000 +0200
15 @@ -2,7 +2,7 @@
17 #############################[ Parameters you should change if install failed ]#########################################
18 # qtdir should point to the directory where QT is installed. (Inside this dir you should have a lib and include dir)
19 -qtdir=["/usr/share/qt3/"] # ["/usr/qt/3/"] if you have a Gentoo system
20 +qtdir=["/opt/qt/"] # ["/usr/qt/3/"] if you have a Gentoo system
22 # python_dir should point to the directory where Python header files may be found.. (Inside this dir you should have a Python.h)
23 python_dir="/usr/include/python"