Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104324 Details for
Bug 146978
app-laptop/toshiba-utils-2.0.1-r1 fails to compile with gcc 4.1.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Various fixes for compile phase
toshiba-utils-2.0.1-arg-fix.diff (text/plain), 1.10 KB, created by
Sandro Bonazzola (RETIRED)
on 2006-12-18 14:19:02 UTC
(
hide
)
Description:
Various fixes for compile phase
Filename:
MIME Type:
Creator:
Sandro Bonazzola (RETIRED)
Created:
2006-12-18 14:19:02 UTC
Size:
1.10 KB
patch
obsolete
>--- src/Makefile.in.orig 2006-12-18 22:51:29.928889751 +0100 >+++ src/Makefile.in 2006-12-18 22:51:37.706703197 +0100 >@@ -83,8 +83,7 @@ > WALL = @WALL@ > > .c.o: >- $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -DBINDIR=\"$(BINDESTDIR)\"\ >- -DXMESSAGE=\"$(XMESSAGE)\" -DWALL=\"$(WALL)\" -c $< >+ $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -DBINDIR=\"$(BINDESTDIR)\" -DXMESSAGE=\"$(XMESSAGE)\" -DWALL=\"$(WALL)\" -c $< > > > all: $(PROGRAMS) >@@ -96,8 +95,7 @@ > $(LEX) -i parsetime.l > > wmtuxtime.o: wmtuxtime.c >- $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\"\ >- -DBINDIR=\"$(BINDESTDIR)\" -DXMESSAGE=\"$(XMESSAGE)\" -c $< >+ $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -DBINDIR=\"$(BINDESTDIR)\" -DXMESSAGE=\"$(XMESSAGE)\" -c $< > > > fan: $(FANOBJS) >--- src/machine.h.orig 2006-12-18 22:53:14.001012896 +0100 >+++ src/machine.h 2006-12-18 22:58:20.279288225 +0100 >@@ -23,8 +23,6 @@ > #ifndef MACHINE_H > #define MACHINE_H > >-extern int powermode; >- > void MachineOkCallback(GtkWidget *widget, GtkWidget *dialog); > void MachineCancelCallback(GtkWidget *widget, GtkWidget *dialog); > void MachineDefaultsCallback(GtkWidget *widget, gpointer *data);
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 146978
:
98491
|
104323
| 104324