FreeBSD Bugzilla – Attachment 132430 Details for
Bug 176705
graphics/libGL : Fix complitation (not useability) on ARM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 475 bytes, created by
olivier
on 2013-03-06 21:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
olivier
Created:
2013-03-06 21:00:02 UTC
Size:
475 bytes
patch
obsolete
>--- src/gallium/include/pipe/p_config.h.orig 2013-03-04 14:14:41.558073315 +0000 >+++ src/gallium/include/pipe/p_config.h 2013-03-04 14:15:38.767155403 +0000 >@@ -136,6 +136,15 @@ > # define PIPE_ARCH_BIG_ENDIAN > #endif > >+#elif defined(__FreeBSD__) >+#include <machine/endian.h> >+ >+#if defined(_LITTLE_ENDIAN) >+# define PIPE_ARCH_LITTLE_ENDIAN >+#elif defined(_BIG_ENDIAN) >+# define PIPE_ARCH_BIG_ENDIAN >+#endif >+ > #else > > #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)
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 176705
: 132430