summaryrefslogtreecommitdiff
path: root/pcr/kiwix-git/0002-fix-python2-path.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 12:12:39 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 12:12:39 +0100
commit0e766dde40e6bcba79cdc7f3a346c1a3bc7138e0 (patch)
tree5daf3abc9386400830f8c06b98f6aedda6410188 /pcr/kiwix-git/0002-fix-python2-path.patch
parent4d60b5b36ccebeee7df1dda4301473532dd99fc4 (diff)
downloadabslibre-0e766dde40e6bcba79cdc7f3a346c1a3bc7138e0.tar.gz
abslibre-0e766dde40e6bcba79cdc7f3a346c1a3bc7138e0.tar.bz2
abslibre-0e766dde40e6bcba79cdc7f3a346c1a3bc7138e0.zip
pcr/kiwix-git: removed
Diffstat (limited to 'pcr/kiwix-git/0002-fix-python2-path.patch')
-rw-r--r--pcr/kiwix-git/0002-fix-python2-path.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/kiwix-git/0002-fix-python2-path.patch b/pcr/kiwix-git/0002-fix-python2-path.patch
deleted file mode 100644
index 947dcf042..000000000
--- a/pcr/kiwix-git/0002-fix-python2-path.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur kiwix-0.9.orig/configure.ac kiwix-0.9/configure.ac
---- kiwix-0.9.orig/configure.ac 2014-10-29 20:55:35.000000000 -0200
-+++ kiwix-0.9/configure.ac 2016-01-18 18:25:25.287664496 -0300
-@@ -831,10 +831,10 @@
- else
- # SDK 0.9 and further do not have an xpidl binary anymore
- # This is replace by the python script typelib.py and header.py
-- AC_PATH_PROG([PYTHON], "python")
-+ AC_PATH_PROG([PYTHON], "python2")
- if test [ ! "$PYTHON" ]
- then
-- AC_MSG_ERROR([[cannot find python]])
-+ AC_MSG_ERROR([[cannot find python2]])
- fi
-
- if test [ ! -f "$XPIDL_PATH/header.py" -o ! -f "$XPIDL_PATH/typelib.py" ]