Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmaiload/files: wmmaiload-2.2.1-checkthread.patch
Date: Tue, 31 Aug 2010 13:52:42
Message-Id: 20100831135238.D003520051@flycatcher.gentoo.org
1 s4t4n 10/08/31 13:52:38
2
3 Added: wmmaiload-2.2.1-checkthread.patch
4 Log:
5 Fixed nasty bug the wmmaiload compilation fails and a *binary version present in the tarball* is installed.
6 Fixes bug #334001.
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 x11-plugins/wmmaiload/files/wmmaiload-2.2.1-checkthread.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/files/wmmaiload-2.2.1-checkthread.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/files/wmmaiload-2.2.1-checkthread.patch?rev=1.1&content-type=text/plain
14
15 Index: wmmaiload-2.2.1-checkthread.patch
16 ===================================================================
17 --- wmmaiload-2.2.1.orig/wmmaiload/checkthread.c 2010-08-31 15:43:37.000000000 +0200
18 +++ wmmaiload-2.2.1/wmmaiload/checkthread.c.new 2010-08-31 15:43:46.000000000 +0200
19 @@ -101,14 +101,6 @@
20 #endif /* HAVE_MH */
21
22
23 -#ifndef _GNU_SOURCE
24 -int isblank(int c)
25 -{
26 - return (c == ' ' || c == '\t');
27 -}
28 -#endif
29 -
30 -
31 #ifdef HAVE_MBOX
32 static Bool check_mbox(MailBox *box, time_t now)
33 {