pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nanotodon



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct 15 20:08:53 UTC 2024

Modified Files:
        pkgsrc/net/nanotodon: Makefile

Log Message:
nanotodon: Set FORCE_C_STD


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/nanotodon/Makefile

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

Modified files:

Index: pkgsrc/net/nanotodon/Makefile
diff -u pkgsrc/net/nanotodon/Makefile:1.22 pkgsrc/net/nanotodon/Makefile:1.23
--- pkgsrc/net/nanotodon/Makefile:1.22  Sun Jul 21 11:59:05 2024
+++ pkgsrc/net/nanotodon/Makefile       Tue Oct 15 20:08:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2024/07/21 11:59:05 tsutsui Exp $
+# $NetBSD: Makefile,v 1.23 2024/10/15 20:08:53 nia Exp $
 
 DISTNAME=      nanotodon-0.4.0
 CATEGORIES=    net
@@ -11,6 +11,8 @@ COMMENT=      CUI/C99 mastodon client
 LICENSE=       mit
 
 USE_LANGUAGES=         c
+
+FORCE_C_STD=           gnu99
 USE_CC_FEATURES=       c99
 
 INSTALLATION_DIRS+=    bin share/doc/nanotodon



Home | Main Index | Thread Index | Old Index