ports/www/chromium/files/patch-third_party__libusb__libusb.gyp
Rene Ladan 90ee19fc94 - Update to 28.0.1500.71 [1]
- Limit to python 2.X [2]
- Convert to USES=gmake
- Drop dependency on libspeechd, enable webrtc [3]
- Use GCC 4.6+ again [4]

Submitted by:	George Liaskos [1,3]
		eadler [2]
Discussed with:	George Liaskos [4]
Security:	http://vuxml.org/freebsd/3b80104f-e96c-11e2-8bac-00262d5ed8ee.html [1]
2013-07-18 22:06:21 +00:00

22 lines
575 B
Python

--- third_party/libusb/libusb.gyp.orig 2013-06-19 01:35:24.000000000 +0000
+++ third_party/libusb/libusb.gyp 2013-06-24 21:04:31.000000000 +0000
@@ -67,6 +67,19 @@
'_GNU_SOURCE=1',
],
}],
+ ['OS == "freebsd"', {
+ 'type': 'none',
+ 'sources/': [
+ ['exclude', '^src/libusb/'],
+ ],
+ 'direct_dependent_settings': {
+ 'link_settings': {
+ 'libraries': [
+ '-lusb',
+ ],
+ },
+ },
+ }],
],
},
],