Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 709803 Details for
Bug 791091
games-rpg/freedroid-1.0.2-r1 fails with -fno-common: main.o:(.bss+0xa36c): multiple definition of `FPSover100'; misc.o:(.data+0x0): first defined here
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
freedroid-1.0.2-common.patch
freedroid-1.0.2-common.patch (text/plain), 626 bytes, created by
Andrew Savchenko
on 2021-05-19 14:21:58 UTC
(
hide
)
Description:
freedroid-1.0.2-common.patch
Filename:
MIME Type:
Creator:
Andrew Savchenko
Created:
2021-05-19 14:21:58 UTC
Size:
626 bytes
patch
obsolete
>--- freedroid-1.0.2/src/global.h.orig 2003-07-21 15:27:25.000000000 +0400 >+++ freedroid-1.0.2/src/global.h 2021-05-19 16:28:03.767354797 +0300 >@@ -38,7 +38,7 @@ > #define EXTERN extern > #endif > >-EXTERN char ConfigDir[255]; >+extern char ConfigDir[255]; > > EXTERN SDL_Rect OrigBlock_Rect; > EXTERN SDL_Rect Block_Rect; >@@ -70,9 +70,9 @@ > > EXTERN float LastRefreshSound; > EXTERN float LastGotIntoBlastSound; >-EXTERN float FPSover1; >-EXTERN float FPSover10; >-EXTERN float FPSover100; >+extern float FPSover1; >+extern float FPSover10; >+extern float FPSover100; > EXTERN char *Alertcolor[AL_LAST]; > EXTERN char *Shipnames[ALLSHIPS];
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 791091
:
709797
|
709800
| 709803