Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/twinkle/files: twinkle-1.3.1-withoutkde.patch twinkle-1.3-gcc4.3.patch
Date: Sun, 24 Aug 2008 03:57:50
Message-Id: E1KX6jb-00023O-Sm@stork.gentoo.org
1 dragonheart 08/08/24 03:57:47
2
3 Added: twinkle-1.3.1-withoutkde.patch
4 Removed: twinkle-1.3-gcc4.3.patch
5 Log:
6 version bump. attempting to support --without-kde. Any probs let me know
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.22-vs2.2.0.7-gentoo x86_64)
8
9 Revision Changes Path
10 1.1 net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch?rev=1.1&content-type=text/plain
14
15 Index: twinkle-1.3.1-withoutkde.patch
16 ===================================================================
17 --- twinkle-1.3.1/src/gui/twinkleapplication.h.orig 2008-08-24 13:44:29.000000000 +1000
18 +++ twinkle-1.3.1/src/gui/twinkleapplication.h 2008-08-24 13:44:42.000000000 +1000
19 @@ -36,7 +36,7 @@
20 #ifdef HAVE_KDE
21 t_twinkle_application();
22 #else
23 - t_twinkle_application(int &argv, char **argv);
24 + t_twinkle_application(int &argc, char **argv);
25 #endif
26 virtual void commitData ( QSessionManager &sm );
27 };