pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/mbuffer



Module Name:    pkgsrc
Committed By:   hauke
Date:           Thu Jun 12 11:50:29 UTC 2025

Modified Files:
        pkgsrc/misc/mbuffer: Makefile

Log Message:
While configure checks if a compiler option is necessary for C11 support,
configure.in has AC_PROG_CC_C99, so return to C99 as the baseline.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/mbuffer/Makefile

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

Modified files:

Index: pkgsrc/misc/mbuffer/Makefile
diff -u pkgsrc/misc/mbuffer/Makefile:1.12 pkgsrc/misc/mbuffer/Makefile:1.13
--- pkgsrc/misc/mbuffer/Makefile:1.12   Thu Jun 12 10:59:31 2025
+++ pkgsrc/misc/mbuffer/Makefile        Thu Jun 12 11:50:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/06/12 10:59:31 hauke Exp $
+# $NetBSD: Makefile,v 1.13 2025/06/12 11:50:29 hauke Exp $
 
 DISTNAME=      mbuffer-20250429
 PKGREVISION=   1
@@ -12,7 +12,7 @@ COMMENT=      Tool for buffering data streams
 LICENSE=       gnu-gpl-v3
 
 USE_LANGUAGES=         c
-USE_CC_FEATURES=       c11
+USE_CC_FEATURES=       c99
 USE_TOOLS+=            gmake gtar
 
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index