summaryrefslogtreecommitdiff
path: root/games/love08/patches/patch-src_modules_graphics_opengl_GLee.h
blob: 28bc3f1669d756b199651e5a9376e1baecf3f798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-src_modules_graphics_opengl_GLee.h,v 1.1 2019/12/22 22:26:04 joerg Exp $

--- src/modules/graphics/opengl/GLee.h.orig	2019-12-22 20:30:38.244861354 +0000
+++ src/modules/graphics/opengl/GLee.h
@@ -65,6 +65,7 @@
 	#define __glext_h_  /* prevent glext.h from being included  */
 	#define __glxext_h_ /* prevent glxext.h from being included */
 	#define GLX_GLXEXT_PROTOTYPES
+	#define GL_GLEXT_PROTOTYPES
 	#include <GL/gl.h>
 	#include <GL/glx.h>
 #endif