1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Fix emulators/virtualbox-ose-additions build with OpenGL option.

Reported by:	mat, des
This commit is contained in:
Jung-uk Kim 2018-05-15 21:16:03 +00:00
parent 68d4779b1e
commit 35490ddd57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470059

View File

@ -0,0 +1,11 @@
--- src/VBox/GuestHost/OpenGL/include/chromium.h.orig 2018-05-09 16:38:12 UTC
+++ src/VBox/GuestHost/OpenGL/include/chromium.h
@@ -63,7 +63,7 @@
#include <GL/gl.h>
/* Quick fix so as not to update the version of glext.h we provide. */
#ifdef GL_GLEXT_PROTOTYPES
-# if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS)
+# if defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS)
GLAPI void APIENTRY glBindFramebuffer (GLenum, GLuint);
GLAPI void APIENTRY glBlitFramebuffer (GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLbitfield, GLenum);
GLAPI GLenum APIENTRY glCheckFramebufferStatus (GLenum);