$OpenBSD: patch-device_usb_BUILD_gn,v 1.7 2018/06/06 07:50:54 robert Exp $
Index: device/usb/BUILD.gn
--- device/usb/BUILD.gn.orig
+++ device/usb/BUILD.gn
@@ -109,7 +109,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",
