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/wmacpimon/files: Makefile.patch
Date: Tue, 02 Dec 2008 11:29:54
Message-Id: E1L7TRw-000501-LJ@stork.gentoo.org
1 s4t4n 08/12/02 11:29:52
2
3 Added: Makefile.patch
4 Log:
5 Fixed LDFLAGS ordering. See bug #248618.
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.1 x11-plugins/wmacpimon/files/Makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpimon/files/Makefile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpimon/files/Makefile.patch?rev=1.1&content-type=text/plain
13
14 Index: Makefile.patch
15 ===================================================================
16 --- Makefile 2002-11-26 22:53:07.000000000 +0100
17 +++ Makefile.new 2008-12-02 12:25:29.000000000 +0100
18 @@ -11,8 +11,10 @@
19 all: wmacpimon wmacpimond
20
21 wmacpimon: $(OBJS)
22 + $(CC) $(CFLAGS) -o wmacpimon $^ $(LDFLAGS)
23
24 wmacpimond: $(OBJZ)
25 + $(CC) $(CFLAGS) -o wmacpimond $^ $(LDFLAGS)
26
27 clean:
28 rm -f *.o *~ wmacpimon wmacpimond trace *.out *.bb *.bbg