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, 0 insertions, 11 deletions
diff --git a/extra/doxygen/doxygen-configure-python2.patch b/extra/doxygen/doxygen-configure-python2.patch
deleted file mode 100644
index 9750d1eb2..000000000
--- a/extra/doxygen/doxygen-configure-python2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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