1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/audio/pd/files/patch-src_s_audio.c
Trevor Johnson bdf11b37cd Update to 0.37-1test1. Use Tk/Tcl 8.4 instead of 8.3.
to do:  the "Help -> About pd" and "Media -> Test Audio and MIDI"
menu items do not work because the port installs files where they
are not found by the program
2003-11-12 00:55:19 +00:00

14 lines
274 B
C

$FreeBSD$
--- src/s_audio.c.orig Sat Oct 18 05:32:24 2003
+++ src/s_audio.c Tue Nov 11 22:46:57 2003
@@ -716,7 +716,7 @@ void sys_listdevs(void )
#endif
post("unknown API");
- sys_listmididevs();
+// sys_listmididevs();
}
void sys_setblocksize(int n)