mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
324 B
C
11 lines
324 B
C
--- ui/gl/gl_bindings.h.orig 2023-02-08 09:03:45 UTC
|
|
+++ ui/gl/gl_bindings.h
|
|
@@ -37,7 +37,7 @@
|
|
#include <GL/wglext.h>
|
|
#elif BUILDFLAG(IS_APPLE)
|
|
#include <OpenGL/OpenGL.h>
|
|
-#elif BUILDFLAG(IS_LINUX)
|
|
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
using Display = struct _XDisplay;
|
|
using Bool = int;
|
|
using Status = int;
|