Files
ports/www/chromium/files/patch-ui_gfx_font__fallback__linux.cc
T
Joseph Mingrone a0dbfe2fb0 www/chromium: Update to version 87.0.4280.66
Submitted by:	Matthias Wolf, cem, rene
Obtained from:	Some patches from OpenBSD port (robert@openbsd.org)
2020-12-01 04:06:37 +00:00

14 lines
280 B
C++

--- ui/gfx/font_fallback_linux.cc.orig 2020-11-13 06:37:06 UTC
+++ ui/gfx/font_fallback_linux.cc
@@ -24,6 +24,10 @@
#include "ui/gfx/linux/fontconfig_util.h"
#include "ui/gfx/platform_font.h"
+#if defined(OS_BSD)
+#include <unistd.h>
+#endif
+
namespace gfx {
namespace {