summaryrefslogtreecommitdiffstats
path: root/games/desmume/osmesa-header-fix.patch
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2015-05-09 13:19:02 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-09 13:19:02 +0700
commitde2474de319d1595dfe101811239b74a08dc2b0a (patch)
treea66e7b7ac5f92089f8ea738335769e7b3309653e /games/desmume/osmesa-header-fix.patch
parent7853d92468641b04840401ad851221b86cc35920 (diff)
downloadslackbuilds-de2474de319d1595dfe101811239b74a08dc2b0a.tar.gz
slackbuilds-de2474de319d1595dfe101811239b74a08dc2b0a.tar.xz
games/desmume: Updated for version 0.9.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--games/desmume/osmesa-header-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/desmume/osmesa-header-fix.patch b/games/desmume/osmesa-header-fix.patch
new file mode 100644
index 0000000000..7ba5bd070f
--- /dev/null
+++ b/games/desmume/osmesa-header-fix.patch
@@ -0,0 +1,11 @@
+diff -Naur desmume-0.9.11.orig/src/gtk/osmesa_3Demu.cpp desmume-0.9.11/src/gtk/osmesa_3Demu.cpp
+--- desmume-0.9.11.orig/src/gtk/osmesa_3Demu.cpp 2015-02-14 15:05:26.000000000 +0000
++++ desmume-0.9.11/src/gtk/osmesa_3Demu.cpp 2015-05-09 02:00:11.279367208 +0000
+@@ -20,6 +20,7 @@
+
+ #ifdef HAVE_LIBOSMESA
+ #include <stdlib.h>
++#include <stdio.h>
+ #include <GL/osmesa.h>
+ #include "../OGLRender.h"
+ #include "osmesa_3Demu.h"