summaryrefslogtreecommitdiff
path: root/dev-lang/gdl/files/0.9.4-python2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/gdl/files/0.9.4-python2.patch')
-rw-r--r--dev-lang/gdl/files/0.9.4-python2.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-lang/gdl/files/0.9.4-python2.patch b/dev-lang/gdl/files/0.9.4-python2.patch
deleted file mode 100644
index 8dc92324a581..000000000000
--- a/dev-lang/gdl/files/0.9.4-python2.patch
+++ /dev/null
@@ -1,17 +0,0 @@
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1fda8ee..e2170b2 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -615,8 +615,8 @@ if(PYTHON OR PYTHON_MODULE)
- else()
- set(PythonLibs_FIND_VERSION 2)
- endif()
-- find_package(PythonLibs)
- include(FindPythonInterp)
-+ find_package(PythonLibs)
- endif()
- set(USE_PYTHON ${PYTHONLIBS_FOUND})
- if(PYTHONLIBS_FOUND)