From 859c31e209427a07dc2ff28eecfec022748e577e Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Fri, 21 Mar 2025 08:51:50 +0300 Subject: [PATCH] lang/cjs: Fix building with new gobject-introspection --- lang/cjs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile index 5e4dbbf0dc3c..260b0200c4ef 100644 --- a/lang/cjs/Makefile +++ b/lang/cjs/Makefile @@ -34,4 +34,8 @@ SHEBANG_GLOB= *.py PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags +post-patch: + ${REINPLACE_CMD} -e 's|--warn-error||g' \ + ${WRKSRC}/meson.build + .include