From 1877ebc60f2f6959e93aa7ed12f34b31a007a6fb Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 17 Nov 2011 20:53:55 +0000 Subject: gtk+:1 is gone --- games-emulation/pcsx/files/1.5-gentoo.patch | 11 ----- games-emulation/pcsx/files/pcsx | 56 ------------------------- games-emulation/pcsx/files/pcsx-1.5-gcc41.patch | 22 ---------- 3 files changed, 89 deletions(-) delete mode 100644 games-emulation/pcsx/files/1.5-gentoo.patch delete mode 100644 games-emulation/pcsx/files/pcsx delete mode 100644 games-emulation/pcsx/files/pcsx-1.5-gcc41.patch (limited to 'games-emulation/pcsx/files') diff --git a/games-emulation/pcsx/files/1.5-gentoo.patch b/games-emulation/pcsx/files/1.5-gentoo.patch deleted file mode 100644 index e490758f64af..000000000000 --- a/games-emulation/pcsx/files/1.5-gentoo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Linux/LnxMain.c.orig 2003-08-14 00:55:01.529872992 -0400 -+++ Linux/LnxMain.c 2003-08-14 00:54:56.000000000 -0400 -@@ -48,7 +48,7 @@ - bindtextdomain(PACKAGE, "./Langs"); - textdomain(PACKAGE); - #endif -- strcpy(cfgfile, "Pcsx.cfg"); -+ sprintf(cfgfile, "%s/.pcsx/config", getenv("HOME")); - - for (i=1; i~/.pcsx/config </dev/null -ln -s GAMES_LIBDIR/psemu/plugins/* plugins/ &>/dev/null - -exec ./pcsx "$@" diff --git a/games-emulation/pcsx/files/pcsx-1.5-gcc41.patch b/games-emulation/pcsx/files/pcsx-1.5-gcc41.patch deleted file mode 100644 index eff40e90f98d..000000000000 --- a/games-emulation/pcsx/files/pcsx-1.5-gcc41.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- PsxBios.c.old 2006-05-02 21:22:52.000000000 +0200 -+++ PsxBios.c 2006-05-02 21:41:56.000000000 +0200 -@@ -2253,7 +2253,7 @@ - if (ptr) psxRu32ref(base) = SWAPu32((u32)ptr - (u32)psxM); \ - else psxRu32ref(base) = 0; \ - } else { \ -- if (psxRu32(base)) (u8*)ptr = (u8*)(psxM + psxRu32(base)); \ -+ if (psxRu32(base)) *(u8**)&ptr = (u8*)(psxM + psxRu32(base)); \ - else ptr = NULL; \ - } \ - base+=4; ---- R3000A.h.old 2006-05-02 21:44:36.000000000 +0200 -+++ R3000A.h 2006-05-02 21:45:07.000000000 +0200 -@@ -135,7 +135,7 @@ - - psxRegisters psxRegs; - --#define _i32(x) (long)x -+#define _i32(x) *(long *)&x - #define _u32(x) x - - #define _i16(x) (short)x -- cgit v1.2.3-65-gdbad