pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install-info



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Jun  3 08:54:50 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkg_install-info: Makefile

Log Message:
pkg_install-info: force C99

Needed for GCC 15 which defaults to C23 otherwise. Ok tech-pkg@


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/pkgtools/pkg_install-info/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkg_install-info/Makefile
diff -u pkgsrc/pkgtools/pkg_install-info/Makefile:1.24 pkgsrc/pkgtools/pkg_install-info/Makefile:1.25
--- pkgsrc/pkgtools/pkg_install-info/Makefile:1.24      Sat Jan 18 23:33:26 2020
+++ pkgsrc/pkgtools/pkg_install-info/Makefile   Tue Jun  3 08:54:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/01/18 23:33:26 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2025/06/03 08:54:50 tnn Exp $
 #
 
 PKGNAME=               pkg_install-info-${VERSION}
@@ -11,6 +11,7 @@ COMMENT=              Standalone GNU info file insta
 LICENSE=               gnu-gpl-v2 # or later
 
 GNU_CONFIGURE=         yes
+FORCE_C_STD=           c99
 
 CHECK_PERMS=           no
 



Home | Main Index | Thread Index | Old Index