diff -r 000000000000 -r 6474c204b198 gfx/angle/angle-build-khrplatform-h-path.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gfx/angle/angle-build-khrplatform-h-path.patch Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,24 @@ +From: Jeff Gilbert + +diff --git a/gfx/angle/include/GLSLANG/ShaderLang.h b/gfx/angle/include/GLSLANG/ShaderLang.h +--- a/gfx/angle/include/GLSLANG/ShaderLang.h ++++ b/gfx/angle/include/GLSLANG/ShaderLang.h +@@ -18,17 +18,17 @@ + #else // defined(WIN32) + #define COMPILER_EXPORT __attribute__((visibility("default"))) + #endif + + #else // defined(COMPONENT_BUILD) + #define COMPILER_EXPORT + #endif + +-#include "KHR/khrplatform.h" ++#include "khrplatform.h" + #include + + // + // This is the platform independent interface between an OGL driver + // and the shading language compiler. + // + + #ifdef __cplusplus