Gentoo Archives: gentoo-commits

From: "Timothy Redaelli (drizzt)" <drizzt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/zsnes/files: zsnes-1.51-makefile.dep.patch
Date: Wed, 25 Feb 2009 17:10:12
Message-Id: E1LcNGr-0005NK-Ln@stork.gentoo.org
1 drizzt 09/02/25 17:10:09
2
3 Added: zsnes-1.51-makefile.dep.patch
4 Log:
5 Fix bug #257963 and #260247
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch?rev=1.1&content-type=text/plain
13
14 Index: zsnes-1.51-makefile.dep.patch
15 ===================================================================
16 --- zsnes_1_51/src/Makefile.in.orig 2009-02-25 18:02:07.000000000 +0100
17 +++ zsnes_1_51/src/Makefile.in 2009-02-25 18:02:19.000000000 +0100
18 @@ -133,7 +133,7 @@
19
20 include makefile.dep
21 makefile.dep: $(TOOL_D)/depbuild Makefile
22 - $(TOOL_D)/depbuild @CC@ "@CFLAGS@" @NASMPATH@ "@NFLAGS@" $(Z_OBJS) > makefile.dep
23 + $(TOOL_D)/depbuild "@CC@" "@CFLAGS@" @NASMPATH@ "@NFLAGS@" $(Z_OBJS) > makefile.dep
24
25 Makefile: Makefile.in config.status
26 ./config.status