diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-08-26 17:09:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-08-26 17:09:02 +0000 |
commit | b88b94b93ed0b3627f1b378dfe8487cc771fc34a (patch) | |
tree | c3ccf772a3d86897da74898d1bbad2b036954bac /www/chromium/files/patch-device__hid__hid.gyp | |
parent | Allow the build to get much farther before it fails. Now it fails on (diff) |
Update www/chromium to 37.0.2062.94
Obtained from: freebsd-chromium@ (especially Carlos Medina)
MFH: 2014Q3
Security: http://www.vuxml.org/freebsd/fd5f305d-2d3d-11e4-aa3d-00262d5ed8ee.html
Notes
Notes:
svn path=/head/; revision=366226
Diffstat (limited to 'www/chromium/files/patch-device__hid__hid.gyp')
-rw-r--r-- | www/chromium/files/patch-device__hid__hid.gyp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-device__hid__hid.gyp b/www/chromium/files/patch-device__hid__hid.gyp index d810374b8906..e8cdd82f9410 100644 --- a/www/chromium/files/patch-device__hid__hid.gyp +++ b/www/chromium/files/patch-device__hid__hid.gyp @@ -1,7 +1,7 @@ ---- ./device/hid/hid.gyp.orig 2014-08-12 21:02:53.000000000 +0200 -+++ ./device/hid/hid.gyp 2014-08-13 09:56:57.000000000 +0200 -@@ -19,6 +19,18 @@ - '../../build/linux/system.gyp:udev', +--- ./device/hid/hid.gyp.orig 2014-08-20 21:03:08.000000000 +0200 ++++ ./device/hid/hid.gyp 2014-08-22 15:06:26.000000000 +0200 +@@ -61,6 +61,18 @@ + 'input_service_linux.h', ], }], + ['os_bsd==1', { @@ -17,5 +17,5 @@ + ], + }], ], - 'sources': [ - 'device_monitor_linux.cc', + }, + ], |