aboutsummaryrefslogtreecommitdiffstats
path: root/main/zsnes/zsnes-1.51-CC-quotes.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2015-11-09 11:59:39 +0100
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2015-11-09 11:59:39 +0100
commitf27f694e518010617995ede72357067f1f9a6525 (patch)
treeddefed5a23d78e5118ff2cefb01c73f4e5e035ce /main/zsnes/zsnes-1.51-CC-quotes.patch
parente217298a190403f629f1f07454197d6bcc38155b (diff)
downloadaports-f27f694e518010617995ede72357067f1f9a6525.tar.bz2
aports-f27f694e518010617995ede72357067f1f9a6525.tar.xz
main/zsnes: move to community
Diffstat (limited to 'main/zsnes/zsnes-1.51-CC-quotes.patch')
-rw-r--r--main/zsnes/zsnes-1.51-CC-quotes.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/main/zsnes/zsnes-1.51-CC-quotes.patch b/main/zsnes/zsnes-1.51-CC-quotes.patch
deleted file mode 100644
index a871b62604..0000000000
--- a/main/zsnes/zsnes-1.51-CC-quotes.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/Makefile.in.orig 2009-02-25 18:13:40.000000000 +0100
-+++ b/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