freebsd-ports/www/chromium/files/patch-device__usb__usb.gyp
Rene Ladan 347e2bc55f www/chromium: update to 39.0.2171.65
MFH:		2014Q4
Security:	d395e44f-6f4f-11e4-a444-00262d5ed8ee
2014-11-20 06:55:14 +00:00

14 lines
427 B
Python

--- device/usb/usb.gyp.orig 2014-10-10 08:54:15 UTC
+++ device/usb/usb.gyp
@@ -65,6 +65,11 @@
'../../build/linux/system.gyp:udev',
],
}],
+ ['OS == "freebsd"', {
+ 'dependencies!': [
+ '../../third_party/libusb/libusb.gyp:libusb',
+ ],
+ }],
['chromeos==1', {
'dependencies': [
'../../chromeos/chromeos.gyp:chromeos',