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/wmcp/files: wmcp-1.2.8-stdlibh.patch wmcp-1.2.8-makefile.patch
Date: Sun, 06 Jan 2008 14:29:00
Message-Id: E1JBWUj-00052x-J5@stork.gentoo.org
1 drac 08/01/06 14:28:57
2
3 Added: wmcp-1.2.8-stdlibh.patch
4 Removed: wmcp-1.2.8-makefile.patch
5 Log:
6 Fix include directory wrt #204548. Respect CC and CFLAGS targets. Fix compiler QA warnings due to missing include stdlib.h.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.1 x11-plugins/wmcp/files/wmcp-1.2.8-stdlibh.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcp/files/wmcp-1.2.8-stdlibh.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcp/files/wmcp-1.2.8-stdlibh.patch?rev=1.1&content-type=text/plain
14
15 Index: wmcp-1.2.8-stdlibh.patch
16 ===================================================================
17 diff -ur wmcp-1.2.8.orig/wmcp.c wmcp-1.2.8/wmcp.c
18 --- wmcp-1.2.8.orig/wmcp.c 1999-05-27 09:38:49.000000000 +0300
19 +++ wmcp-1.2.8/wmcp.c 2008-01-06 16:16:17.000000000 +0200
20 @@ -25,6 +25,7 @@
21 #include <xpm.h>
22 #include <extensions/shape.h>
23 #include <keysym.h>
24 +#include <stdlib.h>
25 #include <stdio.h>
26 #include <math.h>
27
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list