Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/quassel/files: quassel-0.5_rc1-identity.cpp.patch
Date: Fri, 04 Sep 2009 14:58:10
Message-Id: E1Mjf3O-00059f-U9@stork.gentoo.org
1 billie 09/09/04 20:06:38
2
3 Added: quassel-0.5_rc1-identity.cpp.patch
4 Log:
5 Fix building with USE="-ssl" bug #283303. Remove old.
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-irc/quassel/files/quassel-0.5_rc1-identity.cpp.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/files/quassel-0.5_rc1-identity.cpp.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/files/quassel-0.5_rc1-identity.cpp.patch?rev=1.1&content-type=text/plain
13
14 Index: quassel-0.5_rc1-identity.cpp.patch
15 ===================================================================
16 X-Git-Url: http://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.cpp;h=275afcc6dfd3634413ba7fcb65e7f758a22763ad;hp=728cff128564d0ca918daece76312d946ebf6d8f;hb=5ec74a7b8f20e9e3f48cf286e0944f1855a271c3;hpb=d9db3175f4d977a4c809b2981a5a60ee00bb69b4
17
18 diff --git a/src/common/identity.cpp b/src/common/identity.cpp
19 index 728cff1..275afcc 100644
20 --- a/src/common/identity.cpp
21 +++ b/src/common/identity.cpp
22 @@ -315,4 +315,6 @@ QDataStream &operator>>(QDataStream &in, Identity &id) {
23 return in;
24 }
25
26 +#ifdef HAVE_SSL
27 INIT_SYNCABLE_OBJECT(CertManager)
28 +#endif // HAVE_SSL