$OpenBSD: patch-ui_accessibility_platform_ax_platform_node_h,v 1.1 2016/03/06 10:51:14 robert Exp $
--- ui/accessibility/platform/ax_platform_node.h.orig.port	Sat Mar  5 23:36:06 2016
+++ ui/accessibility/platform/ax_platform_node.h	Sat Mar  5 23:36:15 2016
@@ -22,7 +22,7 @@
 #define PLATFORM_HAS_AX_PLATFORM_NODE_IMPL 1
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_X11)
+#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) && defined(USE_X11)
 #define PLATFORM_HAS_AX_PLATFORM_NODE_IMPL 1
 #endif
 
