ports/devel/godot2/files/patch-thirdparty_glew_glew.c
Antoine Brodin 26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00

11 lines
251 B
C

--- thirdparty/glew/glew.c.orig 2017-12-28 02:06:18 UTC
+++ thirdparty/glew/glew.c
@@ -30,7 +30,7 @@
** THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <GL/glew.h>
+#include "thirdparty/glew/GL/glew.h"
#if defined(_WIN32)
# include <GL/wglew.h>