Mercurial > hgrepos > FreeBSD > ports > PyPy
diff bsd.pypy.mk @ 43:af3a2629a882
Allow to build PyPy3.9: the target name in the generated Makefile has changed
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 09 Oct 2022 12:56:53 +0200 |
| parents | 0ba8512ad4c5 |
| children | fbd13af3b578 |
line wrap: on
line diff
--- a/bsd.pypy.mk Sun Oct 09 12:43:52 2022 +0200 +++ b/bsd.pypy.mk Sun Oct 09 12:56:53 2022 +0200 @@ -20,6 +20,7 @@ PY_VERSION_SHORT= 2.7 PYPY_CFFI_VER= ${PYTHON_IMPL}-73 PYPY_LDLIBRARY= libpypy-c.so +PYPY_EXECUTABLE= pypy-c .else # ${PYTHON_IMPL} == pypy3 @@ -53,12 +54,15 @@ .if ${PORT_OPTIONS:MFORPYIMPL37} PY_VERSION_SHORT= 3.7 PYPY_LDLIBRARY= libpypy3-c.so +PYPY_EXECUTABLE= pypy3-c .endif .if ${PORT_OPTIONS:MFORPYIMPL38} PY_VERSION_SHORT= 3.8 PYPY_LDLIBRARY= libpypy3-c.so +PYPY_EXECUTABLE= pypy3-c .endif .if ${PORT_OPTIONS:MFORPYIMPL39} PY_VERSION_SHORT= 3.9 PYPY_LDLIBRARY= libpypy3.9-c.so +PYPY_EXECUTABLE= pypy3.9-c .endif
