summaryrefslogtreecommitdiffstats
path: root/editors/medit/python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'editors/medit/python.patch')
-rw-r--r--editors/medit/python.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/medit/python.patch b/editors/medit/python.patch
deleted file mode 100644
index eee83f4be8..0000000000
--- a/editors/medit/python.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- cmake/modules/FindMooPython.cmake.orig 2010-04-29 10:43:21.000000000 +0400
-+++ cmake/modules/FindMooPython.cmake 2010-05-25 14:40:05.155318044 +0400
-@@ -1,5 +1,10 @@
- MOO_OPTION(MOO_ENABLE_PYTHON TRUE "Enable Python" HEADER TRUE)
-
-+FIND_PACKAGE(PythonInterp)
-+IF(NOT PYTHONINTERP_FOUND)
-+ MESSAGE(FATAL_ERROR "Python not found")
-+ENDIF(NOT PYTHONINTERP_FOUND)
-+
- SET(PYTHON_DEV_FOUND FALSE)
-
- MACRO(MOO_GET_PYTHON_SYSCONFIG_VAR var value error)