patch-src_glshader_cpp 469 B

1234567891011121314151617
  1. $OpenBSD: patch-src_glshader_cpp,v 1.1 2015/05/29 23:23:07 bentley Exp $
  2. Correct the path to the GLEW header.
  3. https://code.google.com/p/mupen64plus/issues/detail?id=649
  4. --- src/glshader.cpp.orig Thu May 28 19:52:52 2015
  5. +++ src/glshader.cpp Thu May 28 19:53:08 2015
  6. @@ -23,7 +23,7 @@
  7. #include <stdio.h>
  8. #include <string.h>
  9. #include "rgl_assert.h"
  10. -#include <glew.h>
  11. +#include <GL/glew.h>
  12. #if defined(__MACOSX__)
  13. #include <OpenGL/gl.h>
  14. #include <OpenGL/glext.h>