]> git.pld-linux.org Git - packages/ka5-cantor.git/blobdiff - python-3.8.patch
- fix building with python 3.8
[packages/ka5-cantor.git] / python-3.8.patch
diff --git a/python-3.8.patch b/python-3.8.patch
new file mode 100644 (file)
index 0000000..2de8f0a
--- /dev/null
@@ -0,0 +1,11 @@
+--- cantor-19.04.1/cmake/FindPythonLibs3.cmake~        2019-05-02 22:14:10.000000000 +0200
++++ cantor-19.04.1/cmake/FindPythonLibs3.cmake 2019-11-03 14:34:28.109784898 +0100
+@@ -6,7 +6,7 @@
+   find_library(PYTHONLIBS3_LIBRARY NAMES python32 python33 python34 python35 python36 python37
+                HINTS ${PYTHONLIBS3_LIBDIR} ${PYTHONLIBS3_LIBRARY_DIRS} )
+ ELSE()
+-  find_library(PYTHONLIBS3_LIBRARY NAMES python3.2m python3.3m python3.4m python3.5m python3.6m python3.7m
++  find_library(PYTHONLIBS3_LIBRARY NAMES python3.2m python3.3m python3.4m python3.5m python3.6m python3.7m python3.8m python3.8
+                HINTS ${PYTHONLIBS3_LIBDIR} ${PYTHONLIBS3_LIBRARY_DIRS} )
+ ENDIF()
This page took 0.875402 seconds and 4 git commands to generate.