pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/vorbis-tools



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 14 17:56:00 UTC 2026

Modified Files:
        pkgsrc/audio/vorbis-tools: Makefile

Log Message:
vorbis-tools: Bump to gnu99, since this uses inline variable decls
since version 1.4.3.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/audio/vorbis-tools/Makefile

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

Modified files:

Index: pkgsrc/audio/vorbis-tools/Makefile
diff -u pkgsrc/audio/vorbis-tools/Makefile:1.105 pkgsrc/audio/vorbis-tools/Makefile:1.106
--- pkgsrc/audio/vorbis-tools/Makefile:1.105    Sun Jun 14 17:51:31 2026
+++ pkgsrc/audio/vorbis-tools/Makefile  Sun Jun 14 17:56:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2026/06/14 17:51:31 nia Exp $
+# $NetBSD: Makefile,v 1.106 2026/06/14 17:56:00 nia Exp $
 
 DISTNAME=      vorbis-tools-1.4.3
 PKGREVISION=    1
@@ -18,7 +18,7 @@ USE_PKGLOCALEDIR=     yes
 GNU_CONFIGURE=         yes
 
 # Uses "old-style function definitions" in getopt support files.
-FORCE_C_STD=           gnu89
+FORCE_C_STD=           gnu99
 
 PLIST_SUBST+=  DISTNAME=${DISTNAME}
 



Home | Main Index | Thread Index | Old Index