pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/timidity
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 14 18:31:22 UTC 2026
Modified Files:
pkgsrc/audio/timidity: Makefile
Log Message:
timidity: Fails with C23 default language.
Uses "old-style function definitions".
To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/audio/timidity/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/timidity/Makefile
diff -u pkgsrc/audio/timidity/Makefile:1.135 pkgsrc/audio/timidity/Makefile:1.136
--- pkgsrc/audio/timidity/Makefile:1.135 Tue Jan 27 08:39:02 2026
+++ pkgsrc/audio/timidity/Makefile Sun Jun 14 18:31:22 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2026/01/27 08:39:02 wiz Exp $
+# $NetBSD: Makefile,v 1.136 2026/06/14 18:31:22 nia Exp $
DISTNAME= TiMidity++-2.15.0
PKGNAME= ${DISTNAME:S/TiMidity++/timidity/}
@@ -25,6 +25,9 @@ CONFIGURE_ARGS+= --with-default-path=${P
CONFIGURE_ARGS+= --enable-audio=${TIMIDITY_NATIVE_AUDIO},ao,vorbis,flac,speex
CONFIGURE_ARGS+= --enable-network
+# Uses "old-style function definitions".
+FORCE_C_STD= gnu89
+
FAKE_NCURSES= yes
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index