ports/www/iridium/files/patch-remoting_client_display_sys__opengl.h
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

11 lines
321 B
C

--- remoting/client/display/sys_opengl.h.orig 2019-03-11 22:01:01 UTC
+++ remoting/client/display/sys_opengl.h
@@ -9,7 +9,7 @@
#if defined(OS_IOS)
#include <OpenGLES/ES3/gl.h>
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glext.h>