diff options
Diffstat (limited to 'vcpkg/ports/opencolorio/glew-no-glu.diff')
| -rw-r--r-- | vcpkg/ports/opencolorio/glew-no-glu.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/opencolorio/glew-no-glu.diff b/vcpkg/ports/opencolorio/glew-no-glu.diff new file mode 100644 index 0000000..4b82558 --- /dev/null +++ b/vcpkg/ports/opencolorio/glew-no-glu.diff @@ -0,0 +1,13 @@ +diff --git a/src/libutils/oglapphelpers/glsl.cpp b/src/libutils/oglapphelpers/glsl.cpp +index 0154eff..6ad4356 100644 +--- a/src/libutils/oglapphelpers/glsl.cpp ++++ b/src/libutils/oglapphelpers/glsl.cpp +@@ -41,7 +41,7 @@ bool GetGLError(std::string & error) + // Unfortunately no gluErrorString equivalent on Mac. + error = "OpenGL Error"; + #else +- error = (const char*)gluErrorString(glErr); ++ error = "OpenGL Error"; + #endif + return true; + } |