Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/x2goclient/files: x2goclient-3.01.5-noldap.patch x2goclient-2.0.1-noldap.patch
Date: Thu, 29 Apr 2010 13:40:15
Message-Id: 20100429134004.832D22C04C@corvid.gentoo.org
1 voyageur 10/04/29 13:40:04
2
3 Added: x2goclient-3.01.5-noldap.patch
4 Removed: x2goclient-2.0.1-noldap.patch
5 Log:
6 Version bump from NX overlay, update to qt4-r2, drop 2.x versions
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-misc/x2goclient/files/x2goclient-3.01.5-noldap.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x2goclient/files/x2goclient-3.01.5-noldap.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x2goclient/files/x2goclient-3.01.5-noldap.patch?rev=1.1&content-type=text/plain
14
15 Index: x2goclient-3.01.5-noldap.patch
16 ===================================================================
17 diff -Naur x2goclient-3.01.orig/x2goclientconfig.h x2goclient-3.01/x2goclientconfig.h
18 --- x2goclient-3.01.orig/x2goclientconfig.h 2010-04-19 20:19:56.000000000 +0200
19 +++ x2goclient-3.01/x2goclientconfig.h 2010-04-19 20:21:05.000000000 +0200
20 @@ -8,10 +8,6 @@
21
22 //#define LOGFILE QDir::homePath()+"/x2goclient.log"
23
24 -#if !defined Q_OS_WIN
25 -#define USELDAP
26 -#endif
27 -
28 #ifdef Q_OS_WIN
29 #undef USELDAP
30 #endif
31 diff -Naur x2goclient-3.01.orig/x2goclient.pro x2goclient-3.01/x2goclient.pro
32 --- x2goclient-3.01.orig/x2goclient.pro 2010-04-19 20:19:57.000000000 +0200
33 +++ x2goclient-3.01/x2goclient.pro 2010-04-19 20:21:30.000000000 +0200
34 @@ -70,7 +70,7 @@
35
36 linux-g++ {
37 message(building x2goclient with ldap and cups)
38 - LIBS += -lldap -lcups
39 + LIBS += -lcups
40 }
41 macx {
42 message(building x2goclient with ldap and cups)