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/xgalaga/files: xgalaga-2.0.34-as-needed.patch
Date: Mon, 02 Feb 2009 13:26:40
Message-Id: E1LTyow-0006Mi-HM@stork.gentoo.org
1 tupone 09/02/02 13:26:38
2
3 Added: xgalaga-2.0.34-as-needed.patch
4 Log:
5 Fix --as-needed bug #247331
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.1 games-arcade/xgalaga/files/xgalaga-2.0.34-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xgalaga/files/xgalaga-2.0.34-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xgalaga/files/xgalaga-2.0.34-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: xgalaga-2.0.34-as-needed.patch
15 ===================================================================
16 --- Makefile.in.old 2009-02-02 14:25:06.000000000 +0100
17 +++ Makefile.in 2009-02-02 14:25:34.000000000 +0100
18 @@ -26,7 +26,7 @@
19 CC = @CC@
20 CFLAGS = -I. @CFLAGS@ @DEFS@ @X_CFLAGS@ -DXGALAGADIR=\"@prefix@/\" $(SOUNDDEFS)
21 LDFLAGS = @LDFLAGS@
22 -LIBS = @LIBS@ libsprite/libsprite.a @X_LIBS@
23 +LIBS = libsprite/libsprite.a @LIBS@ @X_LIBS@
24 INSTALL = @INSTALL@
25
26 OBJS = main.o images.o data.o paths.o pathfile.o title.o explosions.o \