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:51:31 UTC 2026

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

Log Message:
vorbis-tools: Fails with C23 default language.

Uses "old-style function definitions" in getopt support files.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 pkgsrc/audio/vorbis-tools/Makefile:1.105
--- pkgsrc/audio/vorbis-tools/Makefile:1.104    Thu Jun 11 18:55:45 2026
+++ pkgsrc/audio/vorbis-tools/Makefile  Sun Jun 14 17:51:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2026/06/11 18:55:45 drixter Exp $
+# $NetBSD: Makefile,v 1.105 2026/06/14 17:51:31 nia Exp $
 
 DISTNAME=      vorbis-tools-1.4.3
 PKGREVISION=    1
@@ -17,6 +17,9 @@ USE_LIBTOOL=          yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
+# Uses "old-style function definitions" in getopt support files.
+FORCE_C_STD=           gnu89
+
 PLIST_SUBST+=  DISTNAME=${DISTNAME}
 
 PTHREAD_OPTS+= require



Home | Main Index | Thread Index | Old Index