mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
- 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]
22 lines
575 B
Python
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',
|
|
+ ],
|
|
+ },
|
|
+ },
|
|
+ }],
|
|
],
|
|
},
|
|
],
|