Ludwig Nussel
588ddc59f2
ok OBS-URL: https://build.opensuse.org/request/show/56216 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=1
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
|