mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-01 07:56:52 -04:00
16 lines
527 B
C
16 lines
527 B
C
$NetBSD: patch-include_EGL_eglplatform.h,v 1.2 2015/09/11 00:03:36 tnn Exp $
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=90249
|
|
|
|
--- include/EGL/eglplatform.h.orig 2015-09-10 17:40:30.000000000 +0000
|
|
+++ include/EGL/eglplatform.h
|
|
@@ -104,7 +104,7 @@ typedef struct ANativeWindow *EGL
|
|
typedef struct egl_native_pixmap_t *EGLNativePixmapType;
|
|
typedef void *EGLNativeDisplayType;
|
|
|
|
-#elif defined(__unix__)
|
|
+#elif defined(__unix__) || defined(__APPLE__)
|
|
|
|
#if defined(MESA_EGL_NO_X11_HEADERS)
|
|
|