X-Git-Url: http://git.pld-linux.org/?p=packages%2Fka5-cantor.git;a=blobdiff_plain;f=python-3.8.patch;fp=python-3.8.patch;h=2de8f0a0b2dec940e6038da093fcf35d5f2ebf43;hp=0000000000000000000000000000000000000000;hb=3d7a1dd84f9b7776a81dee95fb2b79230303d8b1;hpb=bce5ac84a37b275acf57b5942afad111f7784c76 diff --git a/python-3.8.patch b/python-3.8.patch new file mode 100644 index 0000000..2de8f0a --- /dev/null +++ b/python-3.8.patch @@ -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() +