Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdots/files: wmdots-0.2_beta-stringh.patch
Date: Sun, 06 Jan 2008 13:30:09
Message-Id: E1JBVZn-0004PE-DJ@stork.gentoo.org
1 drac 08/01/06 13:30:07
2
3 Added: wmdots-0.2_beta-stringh.patch
4 Log:
5 Run make clean to remove i386 objects before building wrt #204544. Respect CC and CFLAGS targets. Fix QA compiler warnings due to missing include string.h.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.1 x11-plugins/wmdots/files/wmdots-0.2_beta-stringh.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdots/files/wmdots-0.2_beta-stringh.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdots/files/wmdots-0.2_beta-stringh.patch?rev=1.1&content-type=text/plain
13
14 Index: wmdots-0.2_beta-stringh.patch
15 ===================================================================
16 diff -ur wmdots.orig/wmdots.c wmdots/wmdots.c
17 --- wmdots.orig/wmdots.c 1999-10-11 22:39:11.000000000 +0300
18 +++ wmdots/wmdots.c 2008-01-06 15:18:26.000000000 +0200
19 @@ -83,6 +83,7 @@
20 #include <stdlib.h>
21 #include <stdio.h>
22 #include <unistd.h>
23 +#include <string.h>
24
25 #include <X11/xpm.h>
26 #include "../wmgeneral/wmgeneral.h"
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list