pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/girara



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  8 12:28:54 UTC 2024

Modified Files:
        pkgsrc/graphics/girara: Makefile

Log Message:
girara: mark as needing c17

meson checks for this at build time.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/girara/Makefile

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

Modified files:

Index: pkgsrc/graphics/girara/Makefile
diff -u pkgsrc/graphics/girara/Makefile:1.39 pkgsrc/graphics/girara/Makefile:1.40
--- pkgsrc/graphics/girara/Makefile:1.39        Sat May  4 21:23:32 2024
+++ pkgsrc/graphics/girara/Makefile     Wed May  8 12:28:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2024/05/04 21:23:32 nikita Exp $
+# $NetBSD: Makefile,v 1.40 2024/05/08 12:28:54 wiz Exp $
 
 DISTNAME=      girara-0.4.2
 CATEGORIES=    x11
@@ -15,6 +15,7 @@ USE_TOOLS+=   gettext pkg-config
 CFLAGS.SunOS+= -D__EXTENSIONS__
 
 PYTHON_FOR_BUILD_ONLY= tool
+USE_CC_FEATURES=       c17
 
 .include "../../devel/meson/build.mk"
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index