pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gjs: Add SKIP_PORTABILITY_CHECK



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Tue Nov 10 01:14:01 2020 +0100
Changeset:	915a3db68b95c20715045404da169e20618e76f6

Modified Files:
	gjs/Makefile

Log Message:
gjs: Add SKIP_PORTABILITY_CHECK

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=915a3db68b95c20715045404da169e20618e76f6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gjs/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/gjs/Makefile b/gjs/Makefile
index 06116da7c2..8250b939ce 100644
--- a/gjs/Makefile
+++ b/gjs/Makefile
@@ -20,6 +20,8 @@ MESON_ARGS+=	-Dprofiler=disabled
 PKGCONFIG_OVERRIDE+=		output/meson-private/gjs-1.0.pc
 PKGCONFIG_OVERRIDE_STAGE=	post-configure
 
+CHECK_PORTABILITY_SKIP+=	tools/run_iwyu.sh
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/libffi/buildlink3.mk"


Home | Main Index | Thread Index | Old Index