Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/tuxpuck/files: tuxpuck-0.8.2-ldflags.patch
Date: Tue, 05 Oct 2010 09:58:33
Message-Id: 20101005095829.AFD5E20054@flycatcher.gentoo.org
1 tupone 10/10/05 09:58:29
2
3 Added: tuxpuck-0.8.2-ldflags.patch
4 Log:
5 Respect LDFLAGS. Bug #337117
6
7 (Portage version: 2.1.9.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 games-arcade/tuxpuck/files/tuxpuck-0.8.2-ldflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxpuck/files/tuxpuck-0.8.2-ldflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxpuck/files/tuxpuck-0.8.2-ldflags.patch?rev=1.1&content-type=text/plain
14
15 Index: tuxpuck-0.8.2-ldflags.patch
16 ===================================================================
17 --- Makefile.old 2010-10-05 10:34:57.000000000 +0200
18 +++ Makefile 2010-10-05 10:35:28.000000000 +0200
19 @@ -20,7 +20,7 @@
20
21 $(NAME) : $(OBJS)
22 cd data; $(MAKE)
23 - $(CC) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng \
24 + $(CC) $(LDFLAGS) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng \
25 -ljpeg -lz -lvorbisfile -lvorbis -logg -o $(NAME)
26
27 w32icon.o : data/icons/tuxpuck.ico