comparison bsd.pypy.mk @ 56:585cf5a218ad

Allow to build PyPy-v7.3.14 on FreeBSD 13.2: This needs to handle: - AF_NETLINK support on FreeBSD - build of termios (with extra header termios.h)
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 07 Jan 2024 22:27:41 +0100
parents 4a27313c3f7d
children b0ce0cf90f22
comparison
equal deleted inserted replaced
55:b1432f2f3bc4 56:585cf5a218ad
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.11 19 DISTVERSION= 7.3.14
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