Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 364044 Details for
Bug 492646
x11-base/xorg-server-1.14.4 fails to compile in mips64, due to casting wrong size int to pointer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xorg-server-1.14.4-mips64-uintptr_t.patch
xorg-server-1.14.4-mips64-uintptr_t.patch (text/plain), 608 bytes, created by
Cherry Mui
on 2013-11-27 00:01:29 UTC
(
hide
)
Description:
xorg-server-1.14.4-mips64-uintptr_t.patch
Filename:
MIME Type:
Creator:
Cherry Mui
Created:
2013-11-27 00:01:29 UTC
Size:
608 bytes
patch
obsolete
>diff -up xorg-server-1.14.4-old/hw/xfree86/common/compiler.h xorg-server-1.14.4/hw/xfree86/common/compiler.h >--- xorg-server-1.14.4-old/hw/xfree86/common/compiler.h 2013-11-26 14:50:56.000000000 -0500 >+++ xorg-server-1.14.4/hw/xfree86/common/compiler.h 2013-11-26 14:51:47.000000000 -0500 >@@ -775,7 +775,7 @@ xf86WriteMmio32LeNB(__volatile__ void *b > #define PORT_SIZE short > #endif > >-_X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ >+_X_EXPORT uintptr_t IOPortBase; /* Memory mapped I/O port area */ > > static __inline__ void > outb(unsigned PORT_SIZE port, unsigned char val)
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 492646
:
364040
|
364042
| 364044