]> git.pld-linux.org Git - packages/TiMidity++.git/commitdiff
- fixes gcc4 build
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Wed, 18 May 2005 10:00:14 +0000 (10:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TiMidity++-gcc4.patch -> 1.1

TiMidity++-gcc4.patch [new file with mode: 0644]

diff --git a/TiMidity++-gcc4.patch b/TiMidity++-gcc4.patch
new file mode 100644 (file)
index 0000000..a70a459
--- /dev/null
@@ -0,0 +1,15 @@
+diff -uNr TiMidity++-2.13.0.orig/interface/xaw_i.c TiMidity++-2.13.0/interface/xaw_i.c
+--- TiMidity++-2.13.0.orig/interface/xaw_i.c   2003-09-02 13:11:36.000000000 +0200
++++ TiMidity++-2.13.0/interface/xaw_i.c        2005-05-18 11:48:42.000000000 +0200
+@@ -261,7 +261,10 @@
+ String bitmapdir = XAW_BITMAP_DIR;
+ Boolean arrangetitle,savelist;
+ static char **current_flist = NULL;
+-static int voices = 0, last_voice = 0, voices_num_width;
++#ifndef ___PLAYMIDI_H_
++static int voices = 0;
++#endif /* ___PLAYMIDI_H_ */
++static int last_voice = 0, voices_num_width;
+ static int maxentry_on_a_menu = 0,submenu_n = 0;
+ #define OPTIONS_WINDOW 1
+ #define FLIST_WINDOW 2
This page took 0.098138 seconds and 4 git commands to generate.