Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/raine/files: raine-0.51.9-ldflags.patch
Date: Fri, 08 Oct 2010 22:03:21
Message-Id: 20101008212824.2ADAC20057@flycatcher.gentoo.org
1 mr_bones_ 10/10/08 21:28:24
2
3 Added: raine-0.51.9-ldflags.patch
4 Log:
5 version bump
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-emulation/raine/files/raine-0.51.9-ldflags.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/files/raine-0.51.9-ldflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/files/raine-0.51.9-ldflags.patch?rev=1.1&content-type=text/plain
13
14 Index: raine-0.51.9-ldflags.patch
15 ===================================================================
16 --- makefile.old 2010-10-08 10:04:46.000000000 +0200
17 +++ makefile 2010-10-08 10:05:25.000000000 +0200
18 @@ -995,7 +995,7 @@
19 else
20 @echo Linking Raine...
21 endif
22 - $(LDV) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
23 + $(LDV) $(LDFLAGS) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
24
25 converter: source/bonus/converter.c
26 $(CCV) $(CFLAGS) -c $< -o $(OBJDIR)/converter.o