summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/x2goclient/files/x2goclient-3.00.1-noldap.patch')
-rw-r--r--net-misc/x2goclient/files/x2goclient-3.00.1-noldap.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/net-misc/x2goclient/files/x2goclient-3.00.1-noldap.patch b/net-misc/x2goclient/files/x2goclient-3.00.1-noldap.patch
new file mode 100644
index 0000000..6c50a83
--- /dev/null
+++ b/net-misc/x2goclient/files/x2goclient-3.00.1-noldap.patch
@@ -0,0 +1,41 @@
+diff -Naur x2goclient-3.00.orig/x2goclientconfig.h x2goclient-3.00/x2goclientconfig.h
+--- x2goclient-3.00.orig/x2goclientconfig.h 2009-05-14 17:28:13.000000000 +0200
++++ x2goclient-3.00/x2goclientconfig.h 2009-05-14 17:28:59.000000000 +0200
+@@ -10,13 +10,4 @@
+
+ //#define LOGFILE QDir::homePath()+"/x2goclient.log"
+
+-#if !defined WINDOWS
+-#define USELDAP
+-#endif
+-
+-
+-#if defined Q_WS_HILDON
+-#undef USELDAP
+-#endif
+-
+ #endif
+diff -Naur x2goclient-3.00.orig/x2goclient.pro x2goclient-3.00/x2goclient.pro
+--- x2goclient-3.00.orig/x2goclient.pro 2009-05-14 17:28:13.000000000 +0200
++++ x2goclient-3.00/x2goclient.pro 2009-05-14 17:29:05.000000000 +0200
+@@ -51,7 +51,7 @@
+ INCLUDEPATH += .
+ RESOURCES += resources.rcc
+ RC_FILE = x2goclient.rc
+-LIBS += -lldap -lcups
++LIBS += -lcups
+ QT += svg network
+ ICON =icons/x2go-mac.icns
+ QMAKE_MAC_SDK =/Developer/SDKs/MacOSX10.5.sdk
+diff -Naur x2goclient-3.00.orig/x2goclient.pro.default x2goclient-3.00/x2goclient.pro.default
+--- x2goclient-3.00.orig/x2goclient.pro.default 2009-05-14 17:28:13.000000000 +0200
++++ x2goclient-3.00/x2goclient.pro.default 2009-05-14 17:29:05.000000000 +0200
+@@ -51,7 +51,7 @@
+ INCLUDEPATH += .
+ RESOURCES += resources.rcc
+ RC_FILE = x2goclient.rc
+-LIBS += -lldap -lcups
++LIBS += -lcups
+ QT += svg network
+ ICON =icons/x2go-mac.icns
+ QMAKE_MAC_SDK =/Developer/SDKs/MacOSX10.5.sdk