Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/yeahconsole/files: yeahconsole-0.3.4-make.patch
Date: Tue, 03 Mar 2009 05:18:00
Message-Id: E1LeN0w-0008Id-7i@stork.gentoo.org
1 jer 09/03/03 05:17:58
2
3 Modified: yeahconsole-0.3.4-make.patch
4 Log:
5 Update patch for --as-needed and revision bump (bug #120112 comment #10).
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch?r1=1.3&r2=1.4
14
15 Index: yeahconsole-0.3.4-make.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- yeahconsole-0.3.4-make.patch 26 Feb 2009 15:20:44 -0000 1.3
22 +++ yeahconsole-0.3.4-make.patch 3 Mar 2009 05:17:58 -0000 1.4
23 @@ -20,7 +20,7 @@
24 $(TARGET): $(OBJECTS)
25 - $(CC) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $<
26 - strip $@
27 -+ $(CC) $(FLAGS) $(LDFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $<
28 ++ $(CC) $(FLAGS) $(LDFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -o $@ $< $(LIBS)
29
30 $(OBJECTS): $(SOURCES)
31 - $(CC) $(FLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -c -o $@ $<