linamh/www-client/iron/files/chromium-system-libevent-r0.patch
2011-11-19 16:55:48 +01:00

13 lines
404 B
Diff

--- base/base.gyp.orig 2011-08-04 18:25:17.000000000 +0200
+++ base/base.gyp 2011-08-04 18:25:24.000000000 +0200
@@ -283,6 +283,9 @@
'message_pump_libevent_unittest.cc',
],
}, { # OS != "win"
+ 'dependencies': [
+ '../third_party/libevent/libevent.gyp:libevent'
+ ],
'sources/': [
['exclude', '^win/'],
],