diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-02-15 19:49:06 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-02-15 20:37:29 -0500 |
commit | e42aa314ff8688a19d93dc86a1ebaf4cf389a08a (patch) | |
tree | 00efc0a047fd1255c33a18a59748c7c686d7f8a8 /games-emulation/mednafen/files | |
parent | 47ff8e4f563be17c845c505ef49217dee18a644e (diff) | |
download | gentoo-e42aa314ff8688a19d93dc86a1ebaf4cf389a08a.tar.gz gentoo-e42aa314ff8688a19d93dc86a1ebaf4cf389a08a.tar.xz |
games-emulation/mednafen: clean old
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-emulation/mednafen/files')
3 files changed, 0 insertions, 66 deletions
diff --git a/games-emulation/mednafen/files/mednafen-0.9.38.4-automake-1.13.patch b/games-emulation/mednafen/files/mednafen-0.9.38.4-automake-1.13.patch deleted file mode 100644 index 14c69d94ef0..00000000000 --- a/games-emulation/mednafen/files/mednafen-0.9.38.4-automake-1.13.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mednafen-0.9.28-wip/mednafen/configure.ac -+++ mednafen-0.9.28-wip/mednafen/configure.ac -@@ -13,7 +13,7 @@ - AC_CANONICAL_TARGET - AM_INIT_AUTOMAKE([mednafen], $MEDNAFEN_VERSION) - m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) --AM_CONFIG_HEADER([include/config.h:include/config.h.in]) -+AC_CONFIG_HEADERS([include/config.h:include/config.h.in]) - - AC_PROG_CC - AC_PROG_CPP diff --git a/games-emulation/mednafen/files/mednafen-0.9.38.4-cflags.patch b/games-emulation/mednafen/files/mednafen-0.9.38.4-cflags.patch deleted file mode 100644 index c43af818b6b..00000000000 --- a/games-emulation/mednafen/files/mednafen-0.9.38.4-cflags.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.ac.orig -+++ configure.ac -@@ -80,25 +80,6 @@ - AC_CHECK_LIB([z], [zlibVersion],[], AC_MSG_ERROR([*** zlib not found!])) - LIBS="$LIBS -lz" - --OPTIMIZER_FLAGS="" -- --dnl -ffast-math removed January 12, 2013. Don't re-add it, nor any of its sub-options(ESPECIALLY not -funsafe-math-optimizations), --dnl it messes up certain code(NES resampler, for example) under certain conditions and alignments of the great celestial squid. --dnl --dnl In fact, let's explicitly disable it here with -fno-fast-math. --dnl --dnl -fomit-frame-pointer is required for some x86 inline assembly to compile. --dnl --dnl November 28, 2014: Use -fwrapv unconditionally instead of -fno-strict-overflow, -fno-strict-overflow is buggy --dnl and does not work as documented/implied. --dnl --AX_CFLAGS_GCC_OPTION([-fno-fast-math], OPTIMIZER_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-unsafe-math-optimizations], OPTIMIZER_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-aggressive-loop-optimizations], OPTIMIZER_FLAGS) --AX_CFLAGS_GCC_OPTION([-fomit-frame-pointer], OPTIMIZER_FLAGS) --AX_CFLAGS_GCC_OPTION([-fwrapv], OPTIMIZER_FLAGS) -- -- - WARNING_FLAGS="" - AX_CFLAGS_GCC_OPTION([-Wall], WARNING_FLAGS) - AX_CFLAGS_GCC_OPTION([-Wshadow], WARNING_FLAGS) diff --git a/games-emulation/mednafen/files/mednafen-0.9.38.4-zlib.patch b/games-emulation/mednafen/files/mednafen-0.9.38.4-zlib.patch deleted file mode 100644 index 5d930dae1b2..00000000000 --- a/games-emulation/mednafen/files/mednafen-0.9.38.4-zlib.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- mednafen.orig/src/compress/Makefile.am.inc -+++ mednafen/src/compress/Makefile.am.inc -@@ -1 +1 @@ --mednafen_SOURCES += compress/minilzo.c compress/ioapi.c compress/unzip.c compress/GZFileStream.cpp compress/ZLInflateFilter.cpp -+mednafen_SOURCES += compress/minilzo.c compress/ioapi.c compress/GZFileStream.cpp compress/ZLInflateFilter.cpp ---- mednafen.orig/src/file.cpp -+++ mednafen/src/file.cpp -@@ -29,7 +29,7 @@ - #include <errno.h> - #include <trio/trio.h> - --#include "compress/unzip.h" -+#include <minizip/unzip.h> - - #include "file.h" - #include "general.h" ---- mednafen.orig/src/Makefile.am -+++ mednafen/src/Makefile.am -@@ -6,7 +6,7 @@ - bin_PROGRAMS = mednafen - - mednafen_SOURCES = debug.cpp error.cpp mempatcher.cpp settings.cpp endian.cpp mednafen.cpp git.cpp file.cpp general.cpp memory.cpp netplay.cpp state.cpp state_rewind.cpp movie.cpp player.cpp PSFLoader.cpp tests.cpp qtrecord.cpp Stream.cpp MemoryStream.cpp FileStream.cpp IPSPatcher.cpp --mednafen_LDADD = trio/libtrio.a -+mednafen_LDADD = trio/libtrio.a -lminizip - mednafen_DEPENDENCIES = trio/libtrio.a - - if HAVE_SDL |