Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/tuxonice-userui/files: tuxonice-userui-1.0-Makefiles.patch
Date: Sun, 05 Apr 2009 12:20:27
Message-Id: E1LqRKp-0003sT-4s@stork.gentoo.org
1 nelchael 09/04/05 12:20:23
2
3 Modified: tuxonice-userui-1.0-Makefiles.patch
4 Log:
5 Update patch for fbsplash compile.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-apps/tuxonice-userui/files/tuxonice-userui-1.0-Makefiles.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/tuxonice-userui/files/tuxonice-userui-1.0-Makefiles.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/tuxonice-userui/files/tuxonice-userui-1.0-Makefiles.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/tuxonice-userui/files/tuxonice-userui-1.0-Makefiles.patch?r1=1.1&r2=1.2
14
15 Index: tuxonice-userui-1.0-Makefiles.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/files/tuxonice-userui-1.0-Makefiles.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tuxonice-userui-1.0-Makefiles.patch 4 Apr 2009 11:40:39 -0000 1.1
22 +++ tuxonice-userui-1.0-Makefiles.patch 5 Apr 2009 12:20:23 -0000 1.2
23 @@ -1,6 +1,7 @@
24 ---- tuxonice-userui-1.0.vanilla/Makefile 2009-04-04 12:37:13.000000000 +0100
25 -+++ tuxonice-userui-1.0/Makefile 2009-04-04 12:37:54.000000000 +0100
26 -@@ -32,10 +32,10 @@
27 +diff -Nru tuxonice-userui-1.0.vanilla/Makefile tuxonice-userui-1.0/Makefile
28 +--- tuxonice-userui-1.0.vanilla/Makefile 2009-04-04 13:37:13.000000000 +0200
29 ++++ tuxonice-userui-1.0/Makefile 2009-04-05 14:13:23.000000000 +0200
30 +@@ -32,15 +32,15 @@
31 all: $(TARGETS)
32
33 fbsplash:
34 @@ -13,6 +14,12 @@
35
36 tuxoniceui_text: $(CORE_OBJECTS) userui_text.o
37 $(CC) $(LDFLAGS) -static $^ -o $@
38 +
39 +-tuxoniceui_fbsplash: fbsplash $(CORE_OBJECTS) fbsplash/userui_fbsplash.o
40 ++tuxoniceui_fbsplash: fbsplash $(CORE_OBJECTS)
41 + $(CC) $(LDFLAGS) -static $(CORE_OBJECTS) fbsplash/userui_fbsplash.o -o $@ $(FBSPLASH_LIBS)
42 +
43 + tuxoniceui_usplash: usplash $(CORE_OBJECTS) usplash/userui_usplash.o
44 @@ -48,8 +48,8 @@
45
46 clean:
47 @@ -24,3 +31,15 @@
48
49 $(INSTDIR)/%: %
50 strip $<
51 +diff -Nru tuxonice-userui-1.0.vanilla/fbsplash/Makefile tuxonice-userui-1.0/fbsplash/Makefile
52 +--- tuxonice-userui-1.0.vanilla/fbsplash/Makefile 2009-04-04 13:37:13.000000000 +0200
53 ++++ tuxonice-userui-1.0/fbsplash/Makefile 2009-04-05 14:14:53.000000000 +0200
54 +@@ -6,7 +6,7 @@
55 + parse.o mng_callbacks.o mng_render.o render.o ttf.o
56 + SOURCES = $(patsubst %.o,%.c,$(OBJECTS))
57 +
58 +-all: $(TARGET)
59 ++all: $(TARGET) $(OBJECTS)
60 +
61 + userui_fbsplash.o: $(OBJECTS)
62 + $(CC) $(LDFLAGS) -r -nostdlib -nostartfiles $(SPLASH_LDLIBS) $^ -o $@