sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-23 18:07:35 +00:00
parent 358e427f5b
commit 6f57aa08fd
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
149 changed files with 1364 additions and 3248 deletions

View file

@ -66,11 +66,9 @@ TESTLDPATH = ${WRKDIR}/ldpath
TEST_ENV += TMPDIR=${TESTTMP} \
LD_LIBRARY_PATH=/usr/lib:${TESTLDPATH}
# build whatever is left (ca. 400 test files)
pre-test:
mkdir -p ${TESTTMP} ${TESTLDPATH}
find ${WRKBUILD} -type f -name 'libabsl*.so.*' \
-exec ln -s {} ${TESTLDPATH}/ \;
@${MODCMAKE_BUILD_TARGET}
.include <bsd.port.mk>