summaryrefslogtreecommitdiff
path: root/games/mupen64plus/gcc4.4-build.patch
diff options
context:
space:
mode:
authorM.Dinslage <daedra1980{at}gmail{dot}com>2013-07-19 12:44:42 -0500
committerErik Hanson <erik@slackbuilds.org>2013-07-19 12:46:59 -0500
commit214f2dd4a2cb8c25d556271923028f0b4809adfe (patch)
treecd8072cacabb4f25ffb43b4bf93ba275d08785d0 /games/mupen64plus/gcc4.4-build.patch
parentdc14a41ed6b5521845687699b33e935a08d17706 (diff)
downloadslackbuilds-214f2dd4a2cb8c25d556271923028f0b4809adfe.tar.gz
games/mupen64plus: Updated for version 2.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/mupen64plus/gcc4.4-build.patch')
-rw-r--r--games/mupen64plus/gcc4.4-build.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/games/mupen64plus/gcc4.4-build.patch b/games/mupen64plus/gcc4.4-build.patch
deleted file mode 100644
index 10c668a83c..0000000000
--- a/games/mupen64plus/gcc4.4-build.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up ./glide64/Combine.cpp.00 ./glide64/Combine.cpp
---- ./glide64/Combine.cpp.00 2010-01-28 12:08:11.367269059 -0800
-+++ ./glide64/Combine.cpp 2010-01-28 12:08:55.142019819 -0800
-@@ -11873,7 +11873,7 @@ void InitCombine ()
- LOG ("InitCombine() ");
- memset(&cmb, 0, sizeof(cmb));
- const char *extensions = grGetString (GR_EXTENSION);
-- if (char * extstr = strstr(extensions, "COMBINE")) {
-+ if (char * extstr = (char *) strstr(extensions, "COMBINE")) {
- if (!strncmp(extstr, "COMBINE", 7)) {
- LOG ("extensions ");
- cmb.grColorCombineExt = (GRCOLORCOMBINEEXT) grGetProcAddress("grColorCombineExt");
-diff -up ./glide64/Main.cpp.00 ./glide64/Main.cpp
---- ./glide64/Main.cpp.00 2010-01-28 11:55:52.981269116 -0800
-+++ ./glide64/Main.cpp 2010-01-28 11:59:22.810019317 -0800
-@@ -784,7 +784,7 @@ BOOL InitGfx (BOOL evoodoo_using_window)
- printf("bebefore2\n");
- if (settings.fb_hires)
- {
-- if (char * extstr = strstr(extensions, "TEXTUREBUFFER"))
-+ if (char * extstr = (char *) strstr(extensions, "TEXTUREBUFFER"))
- {
- if (!strncmp(extstr, "TEXTUREBUFFER", 13))
- {