summarylogtreecommitdiffstats
path: root/make_it_work.patch
diff options
context:
space:
mode:
authornezumisama2015-06-14 18:09:06 +0200
committernezumisama2015-06-14 18:09:06 +0200
commit96284f2d2b466edb9e4cb4f7f90386a5c03a2fa3 (patch)
treee3579ae88a4a0c48660aee1450c11665cb4a04c9 /make_it_work.patch
downloadaur-96284f2d2b466edb9e4cb4f7f90386a5c03a2fa3.tar.gz
Initial commit.
Diffstat (limited to 'make_it_work.patch')
-rw-r--r--make_it_work.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/make_it_work.patch b/make_it_work.patch
new file mode 100644
index 000000000000..7795f5d57def
--- /dev/null
+++ b/make_it_work.patch
@@ -0,0 +1,23 @@
+diff -aur imgSeek-0.8.6.orig/imgSeekLib/haar.cpp imgSeek-0.8.6.new/imgSeekLib/haar.cpp
+--- imgSeek-0.8.6.orig/imgSeekLib/haar.cpp 2009-07-25 06:29:00.000000000 +0200
++++ imgSeek-0.8.6.new/imgSeekLib/haar.cpp 2009-07-25 06:30:42.000000000 +0200
+@@ -49,6 +49,7 @@
+ #include <math.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <cstring>
+
+ /* imgSeek Includes */
+ #include "haar.h"
+diff -aur imgSeek-0.8.6.orig/setup.py imgSeek-0.8.6.new/setup.py
+--- imgSeek-0.8.6.orig/setup.py 2009-07-25 06:29:00.000000000 +0200
++++ imgSeek-0.8.6.new/setup.py 2009-07-25 06:31:25.000000000 +0200
+@@ -2,7 +2,7 @@
+
+ #############################[ Parameters you should change if install failed ]#########################################
+ # qtdir should point to the directory where QT is installed. (Inside this dir you should have a lib and include dir)
+-qtdir=["/usr/share/qt3/"] # ["/usr/qt/3/"] if you have a Gentoo system
++qtdir=["/opt/qt/"] # ["/usr/qt/3/"] if you have a Gentoo system
+
+ # python_dir should point to the directory where Python header files may be found.. (Inside this dir you should have a Python.h)
+ python_dir="/usr/include/python"