void-packages/srcpkgs/hedgewars/patches/i686.patch

10 lines
211 B
Diff
Raw Normal View History

2023-03-23 01:01:48 +01:00
--- a/project_files/hwc/rtl/GL.h
+++ b/project_files/hwc/rtl/GL.h
@@ -3,6 +3,7 @@
#if defined(__APPLE__) && !defined(EMSCRIPTEN)
#include <OpenGL/gl.h>
#else
+#include "GL/glew.h"
#include "GL/gl.h"
#endif