freebsd-ports/audio/pd/files/patch-src_s_inter.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

16 lines
457 B
C

$FreeBSD$
--- src/s_inter.c.orig Mon Jul 28 16:49:04 2003
+++ src/s_inter.c Tue Nov 11 22:46:26 2003
@@ -893,8 +893,8 @@ void sys_bail(int n)
#ifndef __linux /* sys_close_audio() hangs if you're in a signal? */
fprintf(stderr, "closing audio...\n");
sys_close_audio();
- fprintf(stderr, "closing MIDI...\n");
- sys_close_midi();
+// fprintf(stderr, "closing MIDI...\n");
+// sys_close_midi();
fprintf(stderr, "... done.\n");
#endif
exit(1);