Wed May 8 12:28:54 2024 UTC (18d)
girara: mark as needing c17

meson checks for this at build time.


(wiz)
diff -r1.39 -r1.40 pkgsrc/graphics/girara/Makefile

cvs diff -r1.39 -r1.40 pkgsrc/graphics/girara/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/girara/Makefile 2024/05/04 21:23:32 1.39
+++ pkgsrc/graphics/girara/Makefile 2024/05/08 12:28:54 1.40
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.39 2024/05/04 21:23:32 nikita Exp $ 1# $NetBSD: Makefile,v 1.40 2024/05/08 12:28:54 wiz Exp $
2 2
3DISTNAME= girara-0.4.2 3DISTNAME= girara-0.4.2
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= https://pwmt.org/projects/girara/download/ 5MASTER_SITES= https://pwmt.org/projects/girara/download/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= degroote@NetBSD.org 8MAINTAINER= degroote@NetBSD.org
9HOMEPAGE= https://pwmt.org/projects/girara/ 9HOMEPAGE= https://pwmt.org/projects/girara/
10COMMENT= Library to develop simple and minimalist user interface 10COMMENT= Library to develop simple and minimalist user interface
11LICENSE= zlib 11LICENSE= zlib
12 12
13USE_TOOLS+= gettext pkg-config 13USE_TOOLS+= gettext pkg-config
14 14
15CFLAGS.SunOS+= -D__EXTENSIONS__ 15CFLAGS.SunOS+= -D__EXTENSIONS__
16 16
17PYTHON_FOR_BUILD_ONLY= tool 17PYTHON_FOR_BUILD_ONLY= tool
 18USE_CC_FEATURES= c17
18 19
19.include "../../devel/meson/build.mk" 20.include "../../devel/meson/build.mk"
20.include "../../x11/gtk3/buildlink3.mk" 21.include "../../x11/gtk3/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"