summaryrefslogtreecommitdiffstats
path: root/zeitgeist/python2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'zeitgeist/python2.patch')
-rw-r--r--zeitgeist/python2.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/zeitgeist/python2.patch b/zeitgeist/python2.patch
new file mode 100644
index 000000000..aacee0b5d
--- /dev/null
+++ b/zeitgeist/python2.patch
@@ -0,0 +1,22 @@
+--- zeitgeist-0.8.2/configure~ 2011-10-29 10:11:50.009654352 +0000
++++ zeitgeist-0.8.2/configure 2011-10-29 10:08:55.204860261 +0000
+@@ -5612,7 +5612,7 @@
+ # check for python-rdflib
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python-rdflib" >&5
+ $as_echo_n "checking for python-rdflib... " >&6; }
+-echo "import rdflib" | python - 2>/dev/null
++echo "import rdflib" | $PYTHON - 2>/dev/null
+ if test $? -ne 0 ; then
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+--- zeitgeist-0.8.2/configure.ac~ 2011-10-29 10:09:01.078242642 +0000
++++ zeitgeist-0.8.2/configure.ac 2011-10-29 10:09:20.901741533 +0000
+@@ -39,7 +39,7 @@
+
+ # check for python-rdflib
+ AC_MSG_CHECKING([for python-rdflib])
+-echo "import rdflib" | python - 2>/dev/null
++echo "import rdflib" | $PYTHON - 2>/dev/null
+ if test $? -ne 0 ; then
+ AC_MSG_FAILURE([failed. Please install the python-rdflib package.])
+ else