HomeFreeBSD

bsd.pypy.cffi.mk: unbreak building of cffi ports

Description

bsd.pypy.cffi.mk: unbreak building of cffi ports

To fix conflicting of pypy and pypy3 the PYPY_DIR value was set using
${PORTNAME}, however the same codepath is used for cffi ports who's
${PORTNAME} is not pypy or pypy3.

Fix this by using an intermediate PYTHON_IMPL variable that is conditionally
set to ${PORTNAME} and explicitly set to 'pypy' for cffi ports.

Reported by: pkg-fallout

Details

Provenance
dbnAuthored on
Parents
rP440113: Fix build with TOC2MP3 set after the switch to USE_CXXSTD=c++11 in r439255.
Branches
Unknown
Tags
Unknown