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/wmdl/files: makefile.diff
Date: Tue, 28 Apr 2009 14:41:19
Message-Id: E1LyoUn-0000CL-LG@stork.gentoo.org
1 s4t4n 09/04/28 14:41:17
2
3 Modified: makefile.diff
4 Log:
5 Reworked patch so that CC is no longer hardcoded, bug #215651.
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 x11-plugins/wmdl/files/makefile.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdl/files/makefile.diff?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdl/files/makefile.diff?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdl/files/makefile.diff?r1=1.1&r2=1.2
14
15 Index: makefile.diff
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/files/makefile.diff,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- makefile.diff 4 Oct 2002 15:15:52 -0000 1.1
22 +++ makefile.diff 28 Apr 2009 14:41:17 -0000 1.2
23 @@ -1,7 +1,7 @@
24 diff -urN wmdl-1.4.1/Makefile wmdl-1.4.1-modified/Makefile
25 ---- wmdl-1.4.1/Makefile 1999-11-14 12:56:47.000000000 -0600
26 -+++ wmdl-1.4.1-modified/Makefile 2002-10-04 10:11:42.000000000 -0500
27 -@@ -1,12 +1,7 @@
28 +--- Makefile 2009-04-28 16:34:24.000000000 +0200
29 ++++ Makefile.new 2009-04-28 16:33:55.000000000 +0200
30 +@@ -1,23 +1,14 @@
31
32 -INCLUDES = -I/usr/include \
33 - -I/usr/local/include \
34 @@ -17,19 +17,19 @@
35
36 PIXMAPINC = -I./images
37
38 -@@ -14,10 +9,8 @@
39 + LIBS = -lm -lX11 -lXpm -lXext
40
41
42 - CC=gcc
43 +-CC=gcc
44 -#CC=cc
45 -
46 +-
47 -#CFLAGS= -g --verbose
48 -CFLAGS= -g
49 +FLAGS=${CFLAGS}
50
51 TARGET=wmdl
52 SOURCE=wmdl.c
53 -@@ -25,10 +18,10 @@
54 +@@ -25,10 +16,10 @@
55 all: ${TARGET}
56
57 ${TARGET}: ${SOURCE}