diff options
author | 2009-02-25 17:10:09 +0000 | |
---|---|---|
committer | 2009-02-25 17:10:09 +0000 | |
commit | 6abac8ec2c9592a0b5b6095d67e6cf9acf4756cd (patch) | |
tree | cb5cbda020edec47ffcdc609d1d9a11d5833b528 /games-emulation/zsnes/files | |
parent | Version bumped. (diff) | |
download | gentoo-2-6abac8ec2c9592a0b5b6095d67e6cf9acf4756cd.tar.gz gentoo-2-6abac8ec2c9592a0b5b6095d67e6cf9acf4756cd.tar.bz2 gentoo-2-6abac8ec2c9592a0b5b6095d67e6cf9acf4756cd.zip |
Fix bug #257963 and #260247
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/zsnes/files')
-rw-r--r-- | games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch b/games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch new file mode 100644 index 000000000000..e5c92847614f --- /dev/null +++ b/games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch @@ -0,0 +1,11 @@ +--- zsnes_1_51/src/Makefile.in.orig 2009-02-25 18:02:07.000000000 +0100 ++++ zsnes_1_51/src/Makefile.in 2009-02-25 18:02:19.000000000 +0100 +@@ -133,7 +133,7 @@ + + include makefile.dep + makefile.dep: $(TOOL_D)/depbuild Makefile +- $(TOOL_D)/depbuild @CC@ "@CFLAGS@" @NASMPATH@ "@NFLAGS@" $(Z_OBJS) > makefile.dep ++ $(TOOL_D)/depbuild "@CC@" "@CFLAGS@" @NASMPATH@ "@NFLAGS@" $(Z_OBJS) > makefile.dep + + Makefile: Makefile.in config.status + ./config.status |