$OpenBSD: patch-device_usb_BUILD_gn,v 1.9 2019/04/17 11:48:54 robert Exp $
Index: device/usb/BUILD.gn
--- device/usb/BUILD.gn.orig
+++ device/usb/BUILD.gn
@@ -112,7 +112,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",
