pkgsrc-WIP-changes archive

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

xssstate: Switch to USE_CC_FEATURES



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Feb 1 15:55:27 2026 +0100
Changeset:	d0bb7bfa0848970cd9e7f6f188b0ad1222f73d17

Modified Files:
	xssstate/Makefile

Log Message:
xssstate: Switch to USE_CC_FEATURES

Pointed out by pkglint.

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

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

diffstat:
 xssstate/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/xssstate/Makefile b/xssstate/Makefile
index ff90a04902..d1153f2f69 100644
--- a/xssstate/Makefile
+++ b/xssstate/Makefile
@@ -9,7 +9,7 @@ HOMEPAGE=	https://tools.suckless.org/x/xssstate/
 COMMENT=	Simple tool to retrieve the X screensaver state
 LICENSE=	mit
 
-USE_LANGUAGES=	c99
+USE_CC_FEATURES=	c99
 
 SUBST_CLASSES+=		makefile
 SUBST_STAGE.makefile=	pre-configure


Home | Main Index | Thread Index | Old Index