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
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
$OpenBSD: patch-remoting_remoting_gyp,v 1.3 2011/04/29 13:18:01 robert Exp $
|
|
--- remoting/remoting.gyp.orig Tue Apr 26 10:01:06 2011
|
|
+++ remoting/remoting.gyp Fri Apr 29 09:52:53 2011
|
|
@@ -237,22 +237,22 @@
|
|
'host/user_authenticator_win.cc',
|
|
],
|
|
}],
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="openbsd"', {
|
|
'sources': [
|
|
'host/capturer_linux.cc',
|
|
'host/capturer_linux.h',
|
|
'host/event_executor_linux.cc',
|
|
'host/event_executor_linux.h',
|
|
- 'host/user_authenticator_pam.cc',
|
|
- 'host/user_authenticator_pam.h',
|
|
- 'host/user_authenticator_linux.cc'
|
|
+ 'host/user_authenticator_fake.cc',
|
|
+ 'host/user_authenticator_fake.h',
|
|
+ 'host/user_authenticator_bsd.cc',
|
|
],
|
|
+ 'include_dirs': [ '/usr/X11R6/include' ],
|
|
'link_settings': {
|
|
'libraries': [
|
|
'-lX11',
|
|
'-lXdamage',
|
|
'-lXtst',
|
|
- '-lpam',
|
|
],
|
|
},
|
|
}],
|
|
@@ -573,7 +573,7 @@
|
|
'host/capturer_gdi_unittest.cc',
|
|
],
|
|
}],
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="openbsd"', {
|
|
'dependencies': [
|
|
# Needed for the following #include chain:
|
|
# base/run_all_unittests.cc
|