pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/appstream



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun  5 06:36:39 UTC 2025

Modified Files:
        pkgsrc/devel/appstream: Makefile

Log Message:
appstream: requires gnu17, mark it as wanting c17


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/appstream/Makefile

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

Modified files:

Index: pkgsrc/devel/appstream/Makefile
diff -u pkgsrc/devel/appstream/Makefile:1.18 pkgsrc/devel/appstream/Makefile:1.19
--- pkgsrc/devel/appstream/Makefile:1.18        Sun May 25 11:32:27 2025
+++ pkgsrc/devel/appstream/Makefile     Thu Jun  5 06:36:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2025/05/25 11:32:27 gdt Exp $
+# $NetBSD: Makefile,v 1.19 2025/06/05 06:36:39 wiz Exp $
 
 DISTNAME=      appstream-1.0.5
 CATEGORIES=    devel
@@ -18,6 +18,8 @@ USE_LANGUAGES=                c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            itstool msgfmt pkg-config
 
+USE_CC_FEATURES+=      c17
+
 MESON_ARGS+=   -Dapidocs=false
 MESON_ARGS+=   -Dsystemd=false
 # for running a tool during the build



Home | Main Index | Thread Index | Old Index