From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- zeitgeist/python2.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 zeitgeist/python2.patch (limited to 'zeitgeist/python2.patch') 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 -- cgit v1.2.3-70-g09d2