$OpenBSD: patch-device_usb_BUILD_gn,v 1.9 2018/03/12 13:48:34 robert Exp $
Index: device/usb/BUILD.gn
--- device/usb/BUILD.gn.orig
+++ device/usb/BUILD.gn
@@ -108,7 +108,7 @@ static_library("usb") {
     ]
   }
 
-  if (is_android || is_chromeos || is_linux) {
+  if (is_android || is_chromeos || (is_linux && !is_openbsd)) {
     sources += [
       "usb_device_handle_usbfs.cc",
       "usb_device_handle_usbfs.h",
