Hi ports@,
the patch below fix my chromium build @amd64.
Kind regards,
Rafael
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/chromium/Makefile,v
retrieving revision 1.302
diff -u -p -u -p -r1.302 Makefile
--- Makefile 17 Aug 2016 11:06:50 -0000 1.302
+++ Makefile 18 Aug 2016 16:30:01 -0000
@@ -8,7 +8,7 @@ COMMENT= Chromium browser
V= 52.0.2743.116
DISTNAME= chromium-${V}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-REVISION= 0
+REVISION= 1
CATEGORIES= www
Index: patches/patch-base_files_file_h
===================================================================
RCS file: patches/patch-base_files_file_h
diff -N patches/patch-base_files_file_h
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-base_files_file_h 18 Aug 2016 16:30:01 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- base/files/file.h.orig.port Thu Aug 18 07:29:21 2016
++++ base/files/file.h Thu Aug 18 18:24:29 2016
+@@ -22,7 +22,7 @@
+ #include "base/win/scoped_handle.h"
+ #endif
+
+-#if defined(OS_POSIX)
++#if defined(OS_POSIX) || defined(OS_BSD)
+ #include <sys/stat.h>
+ #endif
+