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/wmSun/files: wmSun-1.03-makefile.patch
Date: Tue, 02 Dec 2008 11:15:33
Message-Id: E1L7TE3-0004eJ-Af@stork.gentoo.org
1 s4t4n 08/12/02 11:15:31
2
3 Modified: wmSun-1.03-makefile.patch
4 Log:
5 files/wmSun-1.03-makefile.patch:
6 Fixed LDFLAGS ordering. See bug #248616.
7 wmSun-1.03.ebuild:
8 wiped out oldest release.
9 (Portage version: 2.1.4.5)
10
11 Revision Changes Path
12 1.2 x11-plugins/wmSun/files/wmSun-1.03-makefile.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch?r1=1.1&r2=1.2
17
18 Index: wmSun-1.03-makefile.patch
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- wmSun-1.03-makefile.patch 15 Feb 2008 07:56:14 -0000 1.1
25 +++ wmSun-1.03-makefile.patch 2 Dec 2008 11:15:31 -0000 1.2
26 @@ -28,7 +28,7 @@
27 wmSun.o: wmSun_master.xpm wmSun_mask.xbm
28 wmSun: $(OBJS)
29 - $(CC) $(COPTS) $(SYSTEM) -lm -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS)
30 -+ $(CC) $(CFLAGS) -lm -o wmSun $^ $(INCDIR) -L$(LIBDIR) $(LDFLAGS) $(LIBS)
31 ++ $(CC) $(CFLAGS) -o wmSun $^ $(INCDIR) -L$(LIBDIR) $(LDFLAGS) $(LIBS) -lm
32
33 clean:
34 for i in $(OBJS) ; do \