]> git.pld-linux.org Git - packages/TiMidity++.git/blame - TiMidity++-gcc4.patch
- fixed config/libs search path, rel. 3
[packages/TiMidity++.git] / TiMidity++-gcc4.patch
CommitLineData
8fe4e011
1diff -uNr TiMidity++-2.13.0.orig/interface/xaw_i.c TiMidity++-2.13.0/interface/xaw_i.c
2--- TiMidity++-2.13.0.orig/interface/xaw_i.c 2003-09-02 13:11:36.000000000 +0200
3+++ TiMidity++-2.13.0/interface/xaw_i.c 2005-05-18 11:48:42.000000000 +0200
4@@ -261,7 +261,10 @@
5 String bitmapdir = XAW_BITMAP_DIR;
6 Boolean arrangetitle,savelist;
7 static char **current_flist = NULL;
8-static int voices = 0, last_voice = 0, voices_num_width;
9+#ifndef ___PLAYMIDI_H_
10+static int voices = 0;
11+#endif /* ___PLAYMIDI_H_ */
12+static int last_voice = 0, voices_num_width;
13 static int maxentry_on_a_menu = 0,submenu_n = 0;
14 #define OPTIONS_WINDOW 1
15 #define FLIST_WINDOW 2
This page took 0.054678 seconds and 4 git commands to generate.