Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 305801 Details for
Bug 440329
Newer release is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Updated patch "userverso" for cegui to new version
cegui-0.6.0-userverso.patch (text/x-patch), 1.08 KB, created by
Alexey Torkhov
on 2008-05-17 13:10:24 UTC
(
hide
)
Description:
Updated patch "userverso" for cegui to new version
Filename:
MIME Type:
Creator:
Alexey Torkhov
Created:
2008-05-17 13:10:24 UTC
Size:
1.08 KB
patch
obsolete
>--- CEGUI-0.6.0.orig/src/CEGUIDynamicModule.cpp 2008-02-08 23:50:51.000000000 +0300 >+++ CEGUI-0.6.0/src/CEGUIDynamicModule.cpp 2008-05-17 16:58:25.000000000 +0400 >@@ -87,6 +87,30 @@ > if (d_moduleName.substr(0, 3) != "lib") > { > d_moduleName.insert(0, "lib"); >+ >+ // Insist on opening the versioned .so so that the development package >+ // does not need to be installed >+ if (d_moduleName == "libCEGUIBase.so") >+ { >+ d_moduleName += ".1"; >+ } >+ else if (d_moduleName == "libCEGUIFalagardWRBase.so") >+ { >+ d_moduleName += ".1"; >+ } >+ else if (d_moduleName == "libCEGUILuaScriptModule.so") >+ { >+ d_moduleName += ".1"; >+ } >+ else if (d_moduleName == "libCEGUItoluapp.so") >+ { >+ d_moduleName += ".1"; >+ } >+ else >+ { >+ d_moduleName += ".0"; >+ } >+ > d_handle = DYNLIB_LOAD(d_moduleName.c_str()); > } > }
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 Raw
Actions:
View
Attachments on
bug 440329
:
305792
|
305793
|
305794
| 305801