openbsd-ports/www/chromium/patches/patch-net_net_gyp
robert 1d1f0ea496 update to 15.0.874.102.
switch from using the hacked macosx transport dib to the linux one
which uses sysv shms.
make sure you also have a current kernel before using this version
2011-10-27 07:59:08 +00:00

30 lines
1.1 KiB
Plaintext

$OpenBSD: patch-net_net_gyp,v 1.8 2011/10/27 07:59:09 robert Exp $
--- net/net.gyp.orig Fri Oct 21 10:29:46 2011
+++ net/net.gyp Wed Oct 26 14:00:39 2011
@@ -797,7 +797,6 @@
'../build/linux/system.gyp:gconf',
'../build/linux/system.gyp:gdk',
'../build/linux/system.gyp:gio',
- '../build/linux/system.gyp:libresolv',
],
'conditions': [
['use_openssl==1', {
@@ -809,6 +808,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': {