30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
$OpenBSD: patch-net_net_gyp,v 1.9 2011/12/14 16:58:19 robert Exp $
|
|
--- net/net.gyp.orig Wed Dec 7 09:01:30 2011
|
|
+++ net/net.gyp Tue Dec 13 21:23:12 2011
|
|
@@ -811,7 +811,6 @@
|
|
'dependencies': [
|
|
'../build/linux/system.gyp:gconf',
|
|
'../build/linux/system.gyp:gio',
|
|
- '../build/linux/system.gyp:libresolv',
|
|
],
|
|
'conditions': [
|
|
['use_openssl==1', {
|
|
@@ -823,6 +822,17 @@
|
|
'dependencies': [
|
|
'../build/linux/system.gyp:ssl',
|
|
],
|
|
+ }],
|
|
+ ['OS=="openbsd"', {
|
|
+ 'sources!': [
|
|
+ 'base/network_change_notifier_linux.cc',
|
|
+ 'base/network_change_notifier_netlink_linux.cc',
|
|
+ 'proxy/proxy_config_service_linux.cc',
|
|
+ ],
|
|
+ },{
|
|
+ 'dependencies': [
|
|
+ '../build/linux/system.gyp:libresolv',
|
|
+ ],
|
|
}],
|
|
['OS=="solaris"', {
|
|
'link_settings': {
|