ports/www/chromium/files/patch-net__net.gyp
Rene Ladan b89b6a49b0 - Update to 29.0.1547.65, which fixes a bug in Google Sync.
- Add an option to run regression test, default off. [1] If this option is
  selected, an extra distribution file containing test data is downloaded
  from an upstream mastersite.
- Rename the CLANG option to GCC and flip the default to off, as clang is
  the default compiler for this port for quite some time now. [2]

Submitted by:	George Liaskos [1,2]
2013-09-03 16:06:13 +00:00

26 lines
843 B
Python

--- net/net.gyp.orig 2013-08-19 02:54:02.000000000 +0300
+++ net/net.gyp 2013-09-01 00:26:02.000000000 +0300
@@ -1259,9 +1259,10 @@
}],
['os_bsd==1', {
'sources!': [
+ 'base/address_tracker_linux.cc',
'base/network_change_notifier_linux.cc',
'base/network_change_notifier_netlink_linux.cc',
- 'proxy/proxy_config_service_linux.cc',
+# 'proxy/proxy_config_service_linux.cc',
],
},{
'dependencies': [
@@ -2076,6 +2077,11 @@
'cert/x509_cert_types_unittest.cc',
],
}],
+ [ 'os_bsd == 1', {
+ 'sources!': [
+ 'base/address_tracker_linux_unittest.cc',
+ ],
+ }],
],
},
{