games-emulation/fbzx: remove unused patches
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 22 Dec 2017 15:21:41 +0000 (16:21 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 23 Dec 2017 13:09:42 +0000 (14:09 +0100)
games-emulation/fbzx/files/fbzx-2.10.0-build.patch [deleted file]
games-emulation/fbzx/files/fbzx-2.10.0-keyboard.patch [deleted file]

diff --git a/games-emulation/fbzx/files/fbzx-2.10.0-build.patch b/games-emulation/fbzx/files/fbzx-2.10.0-build.patch
deleted file mode 100644 (file)
index 191e7f0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru fbzx-2.10.0.orig/Makefile fbzx-2.10.0/Makefile
---- fbzx-2.10.0.orig/Makefile  2012-06-22 19:44:32.000000000 -0400
-+++ fbzx-2.10.0/Makefile       2012-08-11 03:08:12.761127099 -0400
-@@ -4,7 +4,7 @@
-         PREFIX2=/usr/local
- endif
--CFLAGS += `pkg-config --cflags sdl libpulse-simple alsa` -O2 -Wno-pointer-sign -Wall -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS
-+CFLAGS += `pkg-config --cflags sdl libpulse-simple alsa` -Wno-pointer-sign -Wall -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS
- LDFLAGS += `pkg-config --libs sdl libpulse-simple alsa`
- fbzx: computer.o Z80free.o Z80free_codes.o Z80free_codesCB.o Z80free_codesED.o Z80free_codesDD.o Z80free_codesFD.o Z80free_codesDDCB.o Z80free_codesFDCB.o emulator.o cargador.o characters.o menus.o sound.o tape.o spk_ay.o microdrive.o
diff --git a/games-emulation/fbzx/files/fbzx-2.10.0-keyboard.patch b/games-emulation/fbzx/files/fbzx-2.10.0-keyboard.patch
deleted file mode 100644 (file)
index 3920748..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- menus.c.orig
-+++ menus.c
-@@ -1820,7 +1820,7 @@
-       buffer=screen->pixels;
-       
-       clean_screen();
--      fichero=myfopen("fbzx/keymap.bmp","r");
-+      fichero=myfopen("keymap.bmp","r");
-       if (fichero==NULL) {
-               strcpy(ordenador.osd_text,"Keymap picture not found");
-               ordenador.osd_time=100;