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-emulation/raine/files: raine-0.51.8-ldflags.patch
Date: Fri, 08 Oct 2010 09:02:54
Message-Id: 20101008082502.8646A20054@flycatcher.gentoo.org
1 tupone 10/10/08 08:25:02
2
3 Added: raine-0.51.8-ldflags.patch
4 Log:
5 Respect LDFLAGS. Bug #337107
6
7 (Portage version: 2.1.9.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 games-emulation/raine/files/raine-0.51.8-ldflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/files/raine-0.51.8-ldflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/files/raine-0.51.8-ldflags.patch?rev=1.1&content-type=text/plain
14
15 Index: raine-0.51.8-ldflags.patch
16 ===================================================================
17 --- makefile.old 2010-10-08 10:04:46.000000000 +0200
18 +++ makefile 2010-10-08 10:05:25.000000000 +0200
19 @@ -995,7 +995,7 @@
20 else
21 @echo Linking Raine...
22 endif
23 - $(LDV) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
24 + $(LDV) $(LDFLAGS) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
25
26 converter: source/bonus/converter.c
27 $(CCV) $(CFLAGS) -c $< -o $(OBJDIR)/converter.o