mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
11 lines
430 B
C++
11 lines
430 B
C++
--- ui/gl/gl_fence.cc.orig 2019-03-11 22:01:19 UTC
|
|
+++ ui/gl/gl_fence.cc
|
|
@@ -18,7 +18,7 @@
|
|
#include "ui/gl/gl_fence_apple.h"
|
|
#endif
|
|
|
|
-#if defined(USE_EGL) && defined(OS_POSIX) && !defined(OS_MACOSX)
|
|
+#if defined(USE_EGL) && defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_FREEBSD)
|
|
#define USE_GL_FENCE_ANDROID_NATIVE_FENCE_SYNC
|
|
#include "ui/gl/gl_fence_android_native_fence_sync.h"
|
|
#include "ui/gl/gl_surface_egl.h"
|