Index: branches/2015Q4/graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h =================================================================== --- branches/2015Q4/graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h (revision 402607) +++ branches/2015Q4/graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h (revision 402608) @@ -1,29 +1,38 @@ ---- 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 #endif +#if defined(__sparc__) || defined(__sparc64__) +#define PIPE_ARCH_SPARC +#if defined(__sparc64__) +#define PIPE_ARCH_SPARC_64 +#endif +#endif + /* * 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 +#if defined(__DragonFly__) +#define PIPE_OS_DRAGONFLY +#define PIPE_OS_BSD +#define PIPE_OS_UNIX +#endif + #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) #define PIPE_OS_FREEBSD #define PIPE_OS_BSD Index: branches/2015Q4 =================================================================== --- branches/2015Q4 (revision 402607) +++ branches/2015Q4 (revision 402608) Property changes on: branches/2015Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r402605