lang/cjs: Fix building with new gobject-introspection

This commit is contained in:
Gleb Popov 2025-03-21 08:51:50 +03:00
parent d9c63d9e7e
commit 859c31e209

View file

@ -34,4 +34,8 @@ SHEBANG_GLOB= *.py
PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags
post-patch:
${REINPLACE_CMD} -e 's|--warn-error||g' \
${WRKSRC}/meson.build
.include <bsd.port.mk> .include <bsd.port.mk>