Module Name:    xsrc
Committed By:   mrg
Date:           Wed Jul 10 07:10:48 UTC 2019

Modified Files:
        xsrc/external/mit/libepoxy/dist/src: dispatch_common.h

Log Message:
fix conditional to avoid redefinition.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    xsrc/external/mit/libepoxy/dist/src/dispatch_common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libepoxy/dist/src/dispatch_common.h
diff -u xsrc/external/mit/libepoxy/dist/src/dispatch_common.h:1.6 xsrc/external/mit/libepoxy/dist/src/dispatch_common.h:1.7
--- xsrc/external/mit/libepoxy/dist/src/dispatch_common.h:1.6	Tue Jul  9 22:12:25 2019
+++ xsrc/external/mit/libepoxy/dist/src/dispatch_common.h	Wed Jul 10 07:10:48 2019
@@ -36,7 +36,7 @@
 #define PLATFORM_HAS_GLX 0
 #define PLATFORM_HAS_WGL 0
 #elif defined(__NetBSD__)
-# if defined(PLATFORM_HAS_EGL)
+# if !defined(PLATFORM_HAS_EGL)
 #  if defined(__amd64__) || defined(__i386__) || defined(__aarch64__) // XXX evbarm32
 #   define PLATFORM_HAS_EGL 1
 #  else

Reply via email to