patch-src_rgl_h 426 B

1234567891011121314151617
  1. $OpenBSD: patch-src_rgl_h,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/rgl.h.orig Thu May 28 19:51:09 2015
  5. +++ src/rgl.h Thu May 28 19:51:32 2015
  6. @@ -26,7 +26,7 @@
  7. #include "rgl_assert.h"
  8. #include "rdp.h"
  9. -#include <glew.h>
  10. +#include <GL/glew.h>
  11. #if defined(__MACOSX__)
  12. #include <OpenGL/gl.h>
  13. #elif defined(__MACOS__)