1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

databases/libdbi-drivers: Work around LLVM15 build failure

The failure happens in the included test suite, but the tests are
not actually used, so skip building them.
This commit is contained in:
Guido Falsi 2023-02-12 09:36:53 +01:00
parent 9c6a475fee
commit d2927ff94b

View File

@ -47,5 +47,6 @@ SQLITE3_PLIST_FILES= lib/dbd/libdbdsqlite3.so
post-patch:
@${TOUCH} ${WRKSRC}/drivers/*/dbd_*/*
@${REINPLACE_CMD} 's/tests //' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>