aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-11-29 16:34:04 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-11-29 16:34:04 +0000
commit1b60e3f502a94b3e52e5500c8317ca612ca6f131 (patch)
tree727b0b021d085f5dbc39c50b910eac9d7a8cace0 /graphics
parent2a00ee1eb6f897d878b7631e8769475d864ed5df (diff)
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h b/graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h
index 0641cb5659a4..539a6f995f6a 100644
--- a/graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h
+++ b/graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h
@@ -1,4 +1,4 @@
---- src/gallium/include/pipe/p_config.h.orig 2014-08-14 17:22:24 UTC
+--- src/gallium/include/pipe/p_config.h.orig 2015-11-29 13:40:59 UTC
+++ src/gallium/include/pipe/p_config.h
@@ -81,6 +81,13 @@
#define PIPE_CC_SUNPRO
@@ -14,6 +14,15 @@
/*
* Processor architecture
+@@ -171,7 +178,7 @@
+
+ #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) || defined(PIPE_ARCH_ARM) || defined(PIPE_ARCH_AARCH64)
+ #define PIPE_ARCH_LITTLE_ENDIAN
+-#elif defined(PIPE_ARCH_PPC) || defined(PIPE_ARCH_PPC_64) || defined(PIPE_ARCH_S390)
++#elif defined(PIPE_ARCH_PPC) || defined(PIPE_ARCH_PPC_64) || defined(PIPE_ARCH_S390) || defined(PIPE_ARCH_SPARC) || defined(PIPE_ARCH_SPARC_64)
+ #define PIPE_ARCH_BIG_ENDIAN
+ #endif
+
@@ -200,6 +207,12 @@
#define PIPE_OS_ANDROID
#endif