diff options
Diffstat (limited to 'games-emulation/advancemame/files/advancemame-0.106.0-pic.patch')
-rw-r--r-- | games-emulation/advancemame/files/advancemame-0.106.0-pic.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games-emulation/advancemame/files/advancemame-0.106.0-pic.patch b/games-emulation/advancemame/files/advancemame-0.106.0-pic.patch deleted file mode 100644 index 049befbfac2c..000000000000 --- a/games-emulation/advancemame/files/advancemame-0.106.0-pic.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500 -+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500 -@@ -28,6 +28,10 @@ - * do so, delete this exception statement from your version. - */ - -+#if defined(USE_ASM_INLINE) && defined(__PIC__) -+# undef USE_ASM_INLINE -+#endif -+ - #include "portable.h" - - #include "blit.h" |