summaryrefslogtreecommitdiffstats
path: root/video/kodi/patches/python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'video/kodi/patches/python.patch')
-rw-r--r--video/kodi/patches/python.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/video/kodi/patches/python.patch b/video/kodi/patches/python.patch
deleted file mode 100644
index 5dc0fcf6d6..0000000000
--- a/video/kodi/patches/python.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/cmake/modules/FindPython.cmake b/cmake/modules/FindPython.cmake
---- a/cmake/modules/FindPython.cmake
-+++ b/cmake/modules/FindPython.cmake
-@@ -6,10 +6,10 @@
- # PYTHON_LIBRARIES - The python libraries
-
- if(PKG_CONFIG_FOUND)
-- pkg_check_modules(PC_PYTHON python>=2.7 QUIET)
-+ find_package(PythonLibs 2.7 REQUIRED)
- endif()
-
--find_program(PYTHON_EXECUTABLE python ONLY_CMAKE_FIND_ROOT_PATH)
-+find_program(PYTHON_EXECUTABLE python2.7 ONLY_CMAKE_FIND_ROOT_PATH)
- find_library(PYTHON_LIBRARY NAMES python2.7 PATHS ${PC_PYTHON_LIBDIR})
- find_path(PYTHON_INCLUDE_DIR NAMES Python.h PATHS ${PC_PYTHON_INCLUDE_DIRS} ${DEPENDS_PATH}/include/python2.7)
-