Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 134801 Details for
Bug 197635
dev-games/ogre 0.15.0 does not build on powerpc (patch)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ppc does not provide asm/io.h, asm/ioctl.h seems to work fine.
0.15.1-ppcasmio.patch (text/plain), 465 bytes, created by
Konstantinos Margaritis
on 2007-10-31 14:15:34 UTC
(
hide
)
Description:
ppc does not provide asm/io.h, asm/ioctl.h seems to work fine.
Filename:
MIME Type:
Creator:
Konstantinos Margaritis
Created:
2007-10-31 14:15:34 UTC
Size:
465 bytes
patch
obsolete
>--- /var/tmp/portage/dev-games/ogre-0.15.1/work/ogrenew/Tools/LightwaveConverter/src/main.cpp 2004-10-31 19:23:31.000000000 +0000 >+++ /home/markos/ogrenew/Tools/LightwaveConverter/src/main.cpp 2007-10-19 12:39:55.027594000 +0000 >@@ -9,8 +9,12 @@ > #include "OgreDefaultHardwareBufferManager.h" > > #if OGRE_PLATFORM == PLATFORM_LINUX >+#ifndef __powerpc__ > #include "asm/io.h" > #else >+#include "asm/ioctl.h" >+#endif >+#else > #include "io.h" > #endif > #include "time.h" >
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 197635
:
134794
|
134796
|
134800
| 134801