diff options
author | Willy Sudiarto Raharjo <willysr@gmail.com> | 2012-09-24 20:24:03 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-24 22:52:54 -0500 |
commit | f789d4c1abe31bcb0ff5c6ce7ef904cb1a073bf4 (patch) | |
tree | 20c94b8961bb5e58d825b12bc6b16407479f98a0 /games/bsnes/bsnes-0.077-makefile.patch | |
parent | 4458b0416b2515b98a40ad16d131624d653673ea (diff) | |
download | slackbuilds-f789d4c1abe31bcb0ff5c6ce7ef904cb1a073bf4.tar.gz |
games/bsnes: Updated for version 091.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/bsnes/bsnes-0.077-makefile.patch')
-rw-r--r-- | games/bsnes/bsnes-0.077-makefile.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/games/bsnes/bsnes-0.077-makefile.patch b/games/bsnes/bsnes-0.077-makefile.patch deleted file mode 100644 index f432458661..0000000000 --- a/games/bsnes/bsnes-0.077-makefile.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff --git a/bsnes/Makefile b/bsnes/Makefile -index 4af8708..2e95a38 100755 ---- a/bsnes/Makefile -+++ b/bsnes/Makefile -@@ -10,7 +10,7 @@ options := - # compiler - c := $(compiler) -std=gnu99 - cpp := $(subst cc,++,$(compiler)) -std=gnu++0x --flags := -O3 -fomit-frame-pointer -I. -+flags := $(CXXFLAGS) -fomit-frame-pointer -I. - link := - objects := libco - -@@ -25,7 +25,7 @@ flags := $(flags) $(foreach o,$(call strupper,$(options)),-D$o) - - # platform - ifeq ($(platform),x) -- link += -s -ldl -lX11 -lXext -+ link += -ldl -lX11 -lXext - else ifeq ($(platform),osx) - else ifeq ($(platform),win) - link += -mwindows -diff --git a/bsnes/ui/Makefile b/bsnes/ui/Makefile -index 7cf3420..dd3f89b 100755 ---- a/bsnes/ui/Makefile -+++ b/bsnes/ui/Makefile -@@ -94,11 +94,8 @@ install: - ifeq ($(platform),x) - install -D -m 755 out/bsnes $(DESTDIR)$(prefix)/bin/bsnes - endif -- install -D -m 644 data/bsnes.png $(DESTDIR)$(prefix)/share/pixmaps/bsnes.png -- install -D -m 644 data/bsnes.desktop $(DESTDIR)$(prefix)/share/applications/bsnes.desktop -- mkdir -p ~/.config/bsnes -- cp data/cheats.xml ~/.config/bsnes/cheats.xml -- chmod 777 ~/.config/bsnes ~/.config/bsnes/cheats.xml -+ install -D -m 644 data/bsnes.png $(DESTDIR)/usr/share/pixmaps/bsnes.png -+ install -D -m 644 data/bsnes.desktop $(DESTDIR)/usr/share/applications/bsnes.desktop - - uninstall: - ifeq ($(platform),x) |