comparison bsd.pypy.cffi.mk @ 57:b0ce0cf90f22

Update to build PyPy3 on FreeBSD 13.2 with dist version 7.3.14
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 08 Jan 2024 09:35:41 +0100
parents 6cddc8f64f05
children
comparison
equal deleted inserted replaced
56:585cf5a218ad 57:b0ce0cf90f22
17 PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_IMPL} 17 PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_IMPL}
18 18
19 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.mk" 19 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.mk"
20 20
21 # 21 #
22 # Check that this port's build selected option FORPYIMPL37, FORPYIMPL38 or FORPYIMPL39 22 # Check that this port's build selected option FORPYIMPL37, FORPYIMPL38, FORPYIMPL39 or FORPYIMPL310
23 # is compatible to the corresponding build option of the installed pypy3. 23 # is compatible to the corresponding build option of the installed pypy3.
24 # 24 #
25 .if ${FLAVOR} == pypy3 && exists(${LOCALBASE}/bin/pypy3) 25 .if ${FLAVOR} == pypy3 && exists(${LOCALBASE}/bin/pypy3)
26 _PYPY_SC_PLATSTDLIB= ${:!${LOCALBASE}/bin/pypy3 -c 'import sysconfig; print(sysconfig.get_path("platstdlib"))'!} 26 _PYPY_SC_PLATSTDLIB= ${:!${LOCALBASE}/bin/pypy3 -c 'import sysconfig; print(sysconfig.get_path("platstdlib"))'!}
27 . if ${PORT_OPTIONS:MFORPYIMPL37} 27 . if ${PORT_OPTIONS:MFORPYIMPL37}