17 lines
553 B
Plaintext
17 lines
553 B
Plaintext
$OpenBSD: patch-device_serial_serial_gyp,v 1.2 2014/09/11 19:04:52 robert Exp $
|
|
--- device/serial/serial.gyp.orig.port Wed Sep 10 01:47:13 2014
|
|
+++ device/serial/serial.gyp Wed Sep 10 22:05:41 2014
|
|
@@ -20,6 +20,12 @@
|
|
'../../build/linux/system.gyp:udev',
|
|
],
|
|
}],
|
|
+ ['os_bsd==1', {
|
|
+ 'sources!': [
|
|
+ 'serial_device_enumerator_linux.cc',
|
|
+ 'serial_device_enumerator_linux.h',
|
|
+ ],
|
|
+ }],
|
|
],
|
|
'variables': {
|
|
'mojom_base_output_dir': 'device/serial',
|