diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-03-13 12:36:19 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-03-13 12:36:19 +0000 |
commit | 1abffaed68d23b77e54ad1c18cdc01298b39cac5 (patch) | |
tree | 9c69048b43069b678dd9620ea88e27e7192dac8d /net-misc/x2goclient/files | |
parent | Version bump (diff) | |
download | historical-1abffaed68d23b77e54ad1c18cdc01298b39cac5.tar.gz historical-1abffaed68d23b77e54ad1c18cdc01298b39cac5.tar.bz2 historical-1abffaed68d23b77e54ad1c18cdc01298b39cac5.zip |
Initial portage commit, from the NX overlay
Package-Manager: portage-2.2_rc25/cvs/Linux x86_64
Diffstat (limited to 'net-misc/x2goclient/files')
-rw-r--r-- | net-misc/x2goclient/files/x2goclient-2.0.1-noldap.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/net-misc/x2goclient/files/x2goclient-2.0.1-noldap.patch b/net-misc/x2goclient/files/x2goclient-2.0.1-noldap.patch new file mode 100644 index 000000000000..fb87922f7c46 --- /dev/null +++ b/net-misc/x2goclient/files/x2goclient-2.0.1-noldap.patch @@ -0,0 +1,39 @@ +diff -Naur x2goclient-2.0.1.orig/x2goclientconfig.h x2goclient-2.0.1/x2goclientconfig.h +--- x2goclient-2.0.1.orig/x2goclientconfig.h 2008-12-11 19:56:03.000000000 +0100 ++++ x2goclient-2.0.1/x2goclientconfig.h 2008-12-11 19:56:40.000000000 +0100 +@@ -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-2.0.1.orig/x2goclient.pro x2goclient-2.0.1/x2goclient.pro +--- x2goclient-2.0.1.orig/x2goclient.pro 2008-12-11 19:56:03.000000000 +0100 ++++ x2goclient-2.0.1/x2goclient.pro 2008-12-11 19:56:23.000000000 +0100 +@@ -37,7 +37,6 @@ + INCLUDEPATH += . + RESOURCES += resources.rcc + RC_FILE = x2goclient.rc +-LIBS += -lldap + QT += svg network + ICON =icons/x2go-mac.icns + QMAKE_MAC_SDK =/Developer/SDKs/MacOSX10.5.sdk +diff -Naur x2goclient-2.0.1.orig/x2goclient.pro.default x2goclient-2.0.1/x2goclient.pro.default +--- x2goclient-2.0.1.orig/x2goclient.pro.default 2008-12-11 19:56:03.000000000 +0100 ++++ x2goclient-2.0.1/x2goclient.pro.default 2008-12-11 19:56:23.000000000 +0100 +@@ -37,7 +37,6 @@ + INCLUDEPATH += . + RESOURCES += resources.rcc + RC_FILE = x2goclient.rc +-LIBS += -lldap + QT += svg network + ICON =icons/x2go-mac.icns + QMAKE_MAC_SDK =/Developer/SDKs/MacOSX10.5.sdk |