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/wmitime/files: makefile.diff
Date: Thu, 02 Sep 2010 10:36:39
Message-Id: 20100902103636.76BC120057@flycatcher.gentoo.org
1 s4t4n 10/09/02 10:36:36
2
3 Modified: makefile.diff
4 Log:
5 Honour Gentoo LDFLAGS. Closes bug #335607.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 x11-plugins/wmitime/files/makefile.diff
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmitime/files/makefile.diff?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmitime/files/makefile.diff?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmitime/files/makefile.diff?r1=1.1&r2=1.2
14
15 Index: makefile.diff
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/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:38:19 -0000 1.1
22 +++ makefile.diff 2 Sep 2010 10:36:36 -0000 1.2
23 @@ -20,7 +20,7 @@
24 wmtime: $(OBJS)
25 - cc $(FLAGS) -D$(LANG) -o wmitime $^ -lXext $(LIBDIR) $(LIBS)
26 -
27 -+ gcc $(FLAGS) -o wmitime $^ -lXext $(LIBDIR) $(LIBS)
28 ++ gcc $(FLAGS) $(LDFLAGS) -o wmitime $^ -lXext $(LIBDIR) $(LIBS)
29 all:: wmtime
30
31 clean::