15 lines
375 B
Diff
15 lines
375 B
Diff
|
Index: mumble-1.2.2/overlay_gl/overlay.c
|
||
|
===================================================================
|
||
|
--- mumble-1.2.2.orig/overlay_gl/overlay.c
|
||
|
+++ mumble-1.2.2/overlay_gl/overlay.c
|
||
|
@@ -54,6 +54,9 @@
|
||
|
#include <math.h>
|
||
|
#include <errno.h>
|
||
|
|
||
|
+/* hack for sle10 */
|
||
|
+typedef void (*__GLXextFuncPtr)(void);
|
||
|
+
|
||
|
typedef unsigned char bool;
|
||
|
#define true 1
|
||
|
#define false 0
|