Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison bsd.pypy.mk @ 49:fbd13af3b578
Update to build PyPy on FreeBSD 13.1 with dist version 7.3.11
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 03 Jan 2023 20:48:28 +0100 |
| parents | af3a2629a882 |
| children | 5276e5918459 |
comparison
equal
deleted
inserted
replaced
| 48:25a86c8b7cc9 | 49:fbd13af3b578 |
|---|---|
| 14 PYPY_CFFI_VER=${PYPY_CFFI_VER} \ | 14 PYPY_CFFI_VER=${PYPY_CFFI_VER} \ |
| 15 PYPY_LDLIBRARY=${PYPY_LDLIBRARY} | 15 PYPY_LDLIBRARY=${PYPY_LDLIBRARY} |
| 16 | 16 |
| 17 .if ${PYTHON_IMPL} == pypy | 17 .if ${PYTHON_IMPL} == pypy |
| 18 | 18 |
| 19 DISTVERSION= 7.3.9 | 19 DISTVERSION= 7.3.11 |
| 20 PY_VERSION_SHORT= 2.7 | 20 PY_VERSION_SHORT= 2.7 |
| 21 PYPY_CFFI_VER= ${PYTHON_IMPL}-73 | 21 PYPY_CFFI_VER= ${PYTHON_IMPL}-73 |
| 22 PYPY_LDLIBRARY= libpypy-c.so | 22 PYPY_LDLIBRARY= libpypy-c.so |
| 23 PYPY_EXECUTABLE= pypy-c | 23 PYPY_EXECUTABLE= pypy-c |
| 24 | 24 |
