FreeBSD Bugzilla – Attachment 156348 Details for
Bug 199919
games/wxlauncher: fails to build with WX3=on JOYSTICK=off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 385396 revision)
wxlauncher.diff (text/plain), 695 bytes, created by
lightside
on 2015-05-04 21:41:19 UTC
(
hide
)
Description:
Proposed patch (since 385396 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2015-05-04 21:41:19 UTC
Size:
695 bytes
patch
obsolete
>diff -ruN wxlauncher.orig/files/patch-code_apis_JoystickManager.cpp wxlauncher/files/patch-code_apis_JoystickManager.cpp >--- wxlauncher.orig/files/patch-code_apis_JoystickManager.cpp 1970-01-01 03:00:00.000000000 +0300 >+++ wxlauncher/files/patch-code_apis_JoystickManager.cpp 2015-05-05 00:25:33.000000000 +0400 >@@ -0,0 +1,13 @@ >+--- code/apis/JoystickManager.cpp.orig 2015-04-11 22:15:55 UTC >++++ code/apis/JoystickManager.cpp >+@@ -65,8 +65,10 @@ bool JoyMan::IsInitialized() { >+ */ >+ bool JoyMan::Initialize() { >+ if ( JoyMan::IsInitialized() ) { >++#if USE_JOYSTICK >+ wxLogDebug(_T("JoyMan already initialized with %d joysticks"), >+ joysticks.Count()); >++#endif >+ return true; >+ } >+
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
Flags:
lightside
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 199919
:
156329
| 156348 |
156353
|
156359