summaryrefslogtreecommitdiff
path: root/extra/doxygen/doxygen-configure-python2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/doxygen/doxygen-configure-python2.patch')
-rw-r--r--extra/doxygen/doxygen-configure-python2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/doxygen/doxygen-configure-python2.patch b/extra/doxygen/doxygen-configure-python2.patch
new file mode 100644
index 000000000..9750d1eb2
--- /dev/null
+++ b/extra/doxygen/doxygen-configure-python2.patch
@@ -0,0 +1,11 @@
+--- doxygen-1.8.6/configure.orig 2013-12-25 20:54:22.171988706 +0000
++++ doxygen-1.8.6/configure 2013-12-25 20:54:33.405247482 +0000
+@@ -560,7 +560,7 @@
+
+ printf " Checking for python... "
+ if test "$f_python" = NO; then
+- python_names="python"
++ python_names="python2 python"
+ python_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin"
+ python_prog=NO
+ python_found=NO