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

22 lines
591 B
C

$FreeBSD$
--- src/m_conf.c.orig Fri Mar 21 04:46:29 2003
+++ src/m_conf.c Tue Nov 11 22:42:47 2003
@@ -32,7 +32,7 @@ void x_interface_setup(void);
void x_connective_setup(void);
void x_time_setup(void);
void x_arithmetic_setup(void);
-void x_midi_setup(void);
+//void x_midi_setup(void);
void x_misc_setup(void);
void x_net_setup(void);
void x_qlist_setup(void);
@@ -78,7 +78,7 @@ void conf_init(void)
x_connective_setup();
x_time_setup();
x_arithmetic_setup();
- x_midi_setup();
+// x_midi_setup();
x_misc_setup();
x_net_setup();
x_qlist_setup();