# HG changeset patch # User Franz Glasner # Date 1664709717 -7200 # Node ID 0e79fd0685d3f9e59d4dd16f4d77a902c27408c4 # Parent cac5ab348000cbabb02e72fd622d681d40c0a481 Because the slave port pypy3 now needs an extra LIB_DEPENDS item just add here only; do not overwrite diff -r cac5ab348000 -r 0e79fd0685d3 Makefile --- a/Makefile Sat Oct 01 14:14:27 2022 +0200 +++ b/Makefile Sun Oct 02 13:21:57 2022 +0200 @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS?= amd64 armv6 armv7 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON?= PyPy JIT only supported on these architectures -LIB_DEPENDS= libexpat.so:textproc/expat2 \ +LIB_DEPENDS+= libexpat.so:textproc/expat2 \ libffi.so:devel/libffi TEST_DEPENDS= ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_gdbm_cffi.${PYPY_CFFI_VER}.so:databases/pypy-gdbm \ ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_sqlite3_cffi.${PYPY_CFFI_VER}.so:databases/pypy-sqlite3 \