diff options
Diffstat (limited to 'www/chromium/files/patch-device_usb_usb.gyp')
-rw-r--r-- | www/chromium/files/patch-device_usb_usb.gyp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/chromium/files/patch-device_usb_usb.gyp b/www/chromium/files/patch-device_usb_usb.gyp new file mode 100644 index 000000000000..e540b4fd19a7 --- /dev/null +++ b/www/chromium/files/patch-device_usb_usb.gyp @@ -0,0 +1,19 @@ +--- device/usb/usb.gyp.orig 2016-05-25 15:01:02.000000000 -0400 ++++ device/usb/usb.gyp 2016-05-30 13:54:50.903083000 -0400 +@@ -117,6 +117,16 @@ + 'usb_service_impl.h', + ] + }], ++ ['OS == "freebsd"', { ++ 'dependencies!': [ ++ '../../third_party/libusb/libusb.gyp:libusb', ++ ], ++ 'link_settings': { ++ 'ldflags': [ ++ '-L/usr/lib -lusb', ++ ], ++ }, ++ }], + ['chromeos==1', { + 'dependencies': [ + '../../chromeos/chromeos.gyp:chromeos', |