Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25024 Details for
Bug 40515
media-sound/galan-0.3.0_beta3 doesn't build with gcc-2.95
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix compilation with gcc-2.95
galan-0.3.0_beta3-gcc2_fix.patch (text/plain), 726 bytes, created by
Tristan Henderson
on 2004-02-05 12:22:27 UTC
(
hide
)
Description:
patch to fix compilation with gcc-2.95
Filename:
MIME Type:
Creator:
Tristan Henderson
Created:
2004-02-05 12:22:27 UTC
Size:
726 bytes
patch
obsolete
>diff -Naur galan-0.3.0_beta3.orig/plugins/filerequester.la.c galan-0.3.0_beta3/plugins/filerequester.la.c >--- galan-0.3.0_beta3.orig/plugins/filerequester.la.c 2004-01-22 10:02:36.000000000 -0500 >+++ galan-0.3.0_beta3/plugins/filerequester.la.c 2004-02-05 13:01:26.000000000 -0500 >@@ -69,6 +69,7 @@ > > PRIVATE gpointer req_thread( Generator *g ) { > >+ GtkWidget *fs; > Data *data = g->data; > > while( 1 ) { >@@ -79,7 +80,7 @@ > > gdk_threads_enter(); > >- GtkWidget *fs = gtk_file_selection_new("Select File"); >+ fs = gtk_file_selection_new("Select File"); > > gtk_object_set_data(GTK_OBJECT(fs), "Generator", g); > gtk_signal_connect(GTK_OBJECT(GTK_FILE_SELECTION(fs)->ok_button), "clicked",
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 40515
: 25024 |
25025