openbsd-ports/www/chromium/patches/patch-remoting_remoting_gyp

28 lines
834 B
Plaintext

$OpenBSD: patch-remoting_remoting_gyp,v 1.5 2011/08/16 08:17:44 robert Exp $
--- remoting/remoting.gyp.orig Wed Aug 3 09:18:42 2011
+++ remoting/remoting.gyp Wed Aug 3 15:13:52 2011
@@ -70,7 +70,6 @@
],
'link_settings': {
'libraries': [
- '-ldl',
'-lX11',
'-lXrender',
'-lXext',
@@ -340,6 +339,7 @@
'host/support_access_verifier.h',
'host/user_authenticator.h',
'host/user_authenticator_linux.cc',
+ 'host/user_authenticator_bsd.cc',
'host/user_authenticator_mac.cc',
'host/user_authenticator_win.cc',
],
@@ -357,7 +357,6 @@
'-lX11',
'-lXdamage',
'-lXtst',
- '-lpam',
'-lXext'
],
},