Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39014 Details for
Bug 53958
stepmania-3.9_alpha22.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
stepmania-3.9_alpha20-gentoo.patch
stepmania-3.9_alpha20-gentoo.patch (text/plain), 1.42 KB, created by
Sean Burke
on 2004-09-05 16:43:35 UTC
(
hide
)
Description:
stepmania-3.9_alpha20-gentoo.patch
Filename:
MIME Type:
Creator:
Sean Burke
Created:
2004-09-05 16:43:35 UTC
Size:
1.42 KB
patch
obsolete
>--- StepMania-3.9-alpha20-src/src/RageSurface_Load_JPEG.cpp.old 2004-05-21 20:55:13.000000000 -0600 >+++ StepMania-3.9-alpha20-src/src/RageSurface_Load_JPEG.cpp 2004-06-13 17:22:34.507872768 -0600 >@@ -17,8 +17,10 @@ > #pragma comment(lib, "libjpeg/jpeg.lib") > #pragma warning(disable: 4611) /* interaction between '_setjmp' and C++ object destruction is non-portable */ > #else >+extern "C" { > #include <jpeglib.h> > #include <jerror.h> >+} > #endif > > struct my_jpeg_error_mgr > >--- StepMania-3.9-alpha20-src/src/RageFileManager.cpp.old 2004-05-23 16:33:12.000000000 -0600 >+++ StepMania-3.9-alpha20-src/src/RageFileManager.cpp 2004-06-15 00:59:00.913075920 -0600 >@@ -151,7 +151,7 @@ > * scores. It would need to handle permissions properly. */ > /* RageFileManager::Mount( "dir", "/var/lib/games/stepmania", "Data/Profiles" ); */ > >- // CString Home = getenv( "HOME" ) + "/" + PRODUCT_NAME; >+ CString Home = ssprintf( "%s/%s", getenv( "HOME" ), PACKAGE ); > > /* > * Next: path to write general mutable user data. If the above path fails (eg. >@@ -178,7 +178,8 @@ > if( Root == "" ) > RageException::Throw( "Couldn't find \"Songs\"" ); > >- RageFileManager::Mount( "dir", Root, "" ); >+ RageFileManager::Mount( "dir", Home, "" ); >+ RageFileManager::Mount( "dir", "/opt/stepmania", "" ); > #elif defined(_WINDOWS) > /* All Windows data goes in the directory one level above the executable. */ > CHECKPOINT_M( ssprintf( "DOE \"%s\"", DirOfExecutable.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 53958
:
33297
|
33298
|
33627
|
33698
|
38815
|
38816
|
38951
|
39013
| 39014 |
39270