summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-22 16:21:41 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-23 14:09:42 +0100
commitfe7827d0685a998bfe26393a87e551aa859f40d8 (patch)
treea1017bf96d348302fe33b2620f6b18f121c9e8de /games-emulation
parentgames-board/simsu: remove unused patches (diff)
downloadgentoo-fe7827d0685a998bfe26393a87e551aa859f40d8.tar.gz
gentoo-fe7827d0685a998bfe26393a87e551aa859f40d8.tar.bz2
gentoo-fe7827d0685a998bfe26393a87e551aa859f40d8.zip
games-emulation/fbzx: remove unused patches
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/fbzx/files/fbzx-2.10.0-build.patch12
-rw-r--r--games-emulation/fbzx/files/fbzx-2.10.0-keyboard.patch11
2 files changed, 0 insertions, 23 deletions
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
index 191e7f09ac1e..000000000000
--- a/games-emulation/fbzx/files/fbzx-2.10.0-build.patch
+++ /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
index 3920748c07e9..000000000000
--- a/games-emulation/fbzx/files/fbzx-2.10.0-keyboard.patch
+++ /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;