comparison Makefile @ 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 fbd13af3b578
children 4d4875f64305
comparison
equal deleted inserted replaced
55:b1432f2f3bc4 56:585cf5a218ad
119 if [ ! -f ${BUILD_WRKSRC}/Makefile ]; then \ 119 if [ ! -f ${BUILD_WRKSRC}/Makefile ]; then \
120 ${RM} -r ${WRKDIR}/build; \ 120 ${RM} -r ${WRKDIR}/build; \
121 ${MKDIR} ${WRKDIR}/build; \ 121 ${MKDIR} ${WRKDIR}/build; \
122 (cd ${WRKSRC}/pypy/goal; \ 122 (cd ${WRKSRC}/pypy/goal; \
123 ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYPY_USESSION_BASENAME=${PORTNAME} \ 123 ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYPY_USESSION_BASENAME=${PORTNAME} \
124 ${PYTHON_CMD} ../../rpython/bin/rpython --source -Ojit targetpypystandalone.py ${PYPY_ARGS}); \ 124 ${PYTHON_CMD} ../../rpython/bin/rpython --source --opt=jit targetpypystandalone.py ${PYPY_ARGS}); \
125 fi 125 fi
126 126
127 post-build: 127 post-build:
128 ${CP} ${BUILD_WRKSRC}/${PYPY_EXECUTABLE} ${BUILD_WRKSRC}/${PYPY_LDLIBRARY} ${WRKSRC}/pypy/goal/ 128 ${CP} ${BUILD_WRKSRC}/${PYPY_EXECUTABLE} ${BUILD_WRKSRC}/${PYPY_LDLIBRARY} ${WRKSRC}/pypy/goal/
129 129