089acff6fe
+ switch from using system sqlite to the bundled one because they have many modifications that are needed + add a new mirror for the distfile because the google one is utterly slow
47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
$OpenBSD: patch-net_net_gyp,v 1.4 2011/04/29 13:18:01 robert Exp $
|
|
--- net/net.gyp.orig Tue Apr 26 10:01:16 2011
|
|
+++ net/net.gyp Thu Apr 28 11:17:49 2011
|
|
@@ -134,12 +134,12 @@
|
|
'base/net_util_win.cc',
|
|
'base/network_change_notifier.cc',
|
|
'base/network_change_notifier.h',
|
|
- 'base/network_change_notifier_linux.cc',
|
|
- 'base/network_change_notifier_linux.h',
|
|
+ #'base/network_change_notifier_linux.cc',
|
|
+ #'base/network_change_notifier_linux.h',
|
|
'base/network_change_notifier_mac.cc',
|
|
'base/network_change_notifier_mac.h',
|
|
- 'base/network_change_notifier_netlink_linux.cc',
|
|
- 'base/network_change_notifier_netlink_linux.h',
|
|
+ #'base/network_change_notifier_netlink_linux.cc',
|
|
+ #'base/network_change_notifier_netlink_linux.h',
|
|
'base/network_change_notifier_win.cc',
|
|
'base/network_change_notifier_win.h',
|
|
'base/network_config_watcher_mac.cc',
|
|
@@ -245,7 +245,6 @@
|
|
'dependencies': [
|
|
'../build/linux/system.gyp:gconf',
|
|
'../build/linux/system.gyp:gdk',
|
|
- '../build/linux/system.gyp:libresolv',
|
|
],
|
|
'conditions': [
|
|
['use_openssl==1', {
|
|
@@ -1023,7 +1022,7 @@
|
|
],
|
|
}
|
|
],
|
|
- [ 'OS == "linux"', {
|
|
+ [ 'OS == "linux" or OS=="openbsd"', {
|
|
'conditions': [
|
|
['linux_use_tcmalloc==1', {
|
|
'dependencies': [
|
|
@@ -1196,7 +1195,7 @@
|
|
}],
|
|
],
|
|
}],
|
|
- ['OS == "linux"', {
|
|
+ ['OS == "linux" or OS=="openbsd"', {
|
|
'conditions': [
|
|
['linux_use_tcmalloc==1', {
|
|
'dependencies': [
|