aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++/files
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-09-17 00:49:19 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-09-17 00:49:19 +0000
commita2ad894669e5f7428278c9ad33b9784e02d69161 (patch)
treee5a4b2b3e1d1d591f5f9d8a7687226f8f6a711f5 /audio/timidity++/files
parent1f909e1a8bd19c47c866a76f9ca38b3b4eaa3eb4 (diff)
Notes
Diffstat (limited to 'audio/timidity++/files')
-rw-r--r--audio/timidity++/files/patch-configure9
-rw-r--r--audio/timidity++/files/patch-playmidi9
2 files changed, 18 insertions, 0 deletions
diff --git a/audio/timidity++/files/patch-configure b/audio/timidity++/files/patch-configure
new file mode 100644
index 000000000000..56fa5f6d0229
--- /dev/null
+++ b/audio/timidity++/files/patch-configure
@@ -0,0 +1,9 @@
+--- configure Sun Oct 3 08:39:51 2004
++++ configure Sat Sep 10 14:30:53 2005
+@@ -16677,5 +16677,5 @@
+ done
+ LIBS="$LIBS $tcl_lib"
+- for l in tk tk8.4 tk8.3 tk8.0jp tk4.2jp tk80jp tk42jp tk8.0 tk4.2 tk80 tk42; do
++ for l in tk tk84 tk83 tk8.0jp tk4.2jp tk80jp tk42jp tk8.0 tk4.2 tk80 tk42; do
+ case "x$tk_lib" in x) as_ac_Lib=`echo "ac_cv_lib_$l''_Tk_Init" | $as_tr_sh`
+ echo "$as_me:$LINENO: checking for Tk_Init in -l$l" >&5
diff --git a/audio/timidity++/files/patch-playmidi b/audio/timidity++/files/patch-playmidi
new file mode 100644
index 000000000000..53b52405a316
--- /dev/null
+++ b/audio/timidity++/files/patch-playmidi
@@ -0,0 +1,9 @@
+--- timidity/playmidi.c Sat Aug 28 01:38:18 2004
++++ timidity/playmidi.c Sat Sep 10 17:07:45 2005
+@@ -4160,5 +4162,5 @@
+ case 0x20: /* Delay Send Level to Reverb */
+ ctl->cmsg(CMSG_INFO,VERB_NOISY,"Delay Send Level to Reverb (%d)",val);
+- if (delay_status_gs.send_reverb = val) {
++ if (delay_status_gs.send_reverb != val) {
+ delay_status_gs.send_reverb = val;
+ recompute_delay_status_gs();