Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80250 Details for
Bug 123459
media-sound/timidity++-2.13.2 won't compile using gcc-4.0.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc4 fix
timidity++-2.13.2-gcc4.patch (text/plain), 1.38 KB, created by
node
on 2006-02-20 00:41:21 UTC
(
hide
)
Description:
gcc4 fix
Filename:
MIME Type:
Creator:
node
Created:
2006-02-20 00:41:21 UTC
Size:
1.38 KB
patch
obsolete
>diff -Naur timidity++-2.13.2-clean/work/TiMidity++-2.13.2/interface/xaw_i.c timidity++-2.13.2/work/TiMidity++-2.13.2/interface/xaw_i.c >--- timidity++-2.13.2-clean/work/TiMidity++-2.13.2/interface/xaw_i.c 2006-02-19 21:31:55.000000000 -0500 >+++ timidity++-2.13.2/work/TiMidity++-2.13.2/interface/xaw_i.c 2006-02-19 21:34:00.000000000 -0500 >@@ -261,7 +261,7 @@ > String bitmapdir = XAW_BITMAP_DIR; > Boolean arrangetitle,savelist; > static char **current_flist = NULL; >-static int voices = 0, last_voice = 0, voices_num_width; >+static int n_voices = 0, last_voice = 0, voices_num_width; > static int maxentry_on_a_menu = 0,submenu_n = 0; > #define OPTIONS_WINDOW 1 > #define FLIST_WINDOW 2 >@@ -1329,7 +1329,7 @@ > c= *(local_buf+1); > n= atoi(local_buf+2); > if(c == 'L') >- voices = n; >+ n_voices = n; > else > last_voice = n; > if(IsTracePlaying()) drawVoices(); >@@ -2070,7 +2070,7 @@ > XSetForeground(disp, gct, tracecolor); > XFillRectangle(disp,XtWindow(trace),gct,voices_num_width +4, > MAX_XAW_MIDI_CHANNELS*BAR_SPACE+TRACEV_OFS+1,VOICENUM_WIDTH,TRACE_FOOT); >- sprintf(local_buf, "%3d/%d", last_voice, voices); >+ sprintf(local_buf, "%3d/%d", last_voice, n_voices); > XSetForeground(disp, gct, capcolor); > XDrawString(disp, XtWindow(trace),gct,voices_num_width+6, > MAX_XAW_MIDI_CHANNELS*BAR_SPACE+TRACEV_OFS+16,local_buf,strlen(local_buf));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 123459
: 80250