diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-25 17:16:57 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-25 17:16:57 +0000 |
commit | 9c7765453d21fc5dbc2776fabb66f639c27b1f45 (patch) | |
tree | 80c7d0adf77a7cf5c594c278c1cb060ac2e497d1 /games-emulation/zsnes/files | |
parent | Version bumped. (diff) | |
download | gentoo-2-9c7765453d21fc5dbc2776fabb66f639c27b1f45.tar.gz gentoo-2-9c7765453d21fc5dbc2776fabb66f639c27b1f45.tar.bz2 gentoo-2-9c7765453d21fc5dbc2776fabb66f639c27b1f45.zip |
Ops
(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-CC-quotes.patch | 20 | ||||
-rw-r--r-- | games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch | 11 |
2 files changed, 20 insertions, 11 deletions
diff --git a/games-emulation/zsnes/files/zsnes-1.51-CC-quotes.patch b/games-emulation/zsnes/files/zsnes-1.51-CC-quotes.patch new file mode 100644 index 000000000000..5a3b588b091d --- /dev/null +++ b/games-emulation/zsnes/files/zsnes-1.51-CC-quotes.patch @@ -0,0 +1,20 @@ +--- src/Makefile.in.orig 2009-02-25 18:13:40.000000000 +0100 ++++ src/Makefile.in 2009-02-25 18:13:16.000000000 +0100 +@@ -95,7 +95,7 @@ + %.o: %.cpp + @CXX@ @CXXFLAGS@ -o $@ -c $< + %.o %.h: %.psr $(PSR) +- ./$(PSR) @PSRFLAGS@ -gcc @CC@ -compile -flags "@CFLAGS@ -O1" -cheader $*.h -fname $* $*.o $< ++ ./$(PSR) @PSRFLAGS@ -gcc "@CC@" -compile -flags "@CFLAGS@ -O1" -cheader $*.h -fname $* $*.o $< + + default: main + all: main tools--- zsnes_1_51/src/Makefile.in.orig 2009-02-25 18:02:07.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 diff --git a/games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch b/games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch deleted file mode 100644 index e5c92847614f..000000000000 --- a/games-emulation/zsnes/files/zsnes-1.51-makefile.dep.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |