$OpenBSD: patch-device_serial_serial_gyp,v 1.7 2016/04/16 19:08:46 robert Exp $
--- device/serial/serial.gyp.orig.port	Fri Apr  8 18:02:09 2016
+++ device/serial/serial.gyp	Thu Apr 14 08:25:13 2016
@@ -71,6 +71,12 @@
             },
           },
         }],
+        ['os_bsd==1', {
+          'sources!': [
+            'serial_device_enumerator_linux.cc',
+            'serial_device_enumerator_linux.h',
+          ],
+        }],
       ],
       'dependencies': [
         'device_serial_mojo',
