summaryrefslogtreecommitdiff
path: root/package/mesa/patches/patch-src_mapi_glapi_glapi_gentable_c
blob: af6a53aa75d91c48c98359a99323572bf8ce35f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- mesa-11.0.6.orig/src/mapi/glapi/glapi_gentable.c	2015-11-21 12:45:27.000000000 +0100
+++ mesa-11.0.6/src/mapi/glapi/glapi_gentable.c	2016-01-05 22:36:19.266092512 +0100
@@ -35,11 +35,6 @@
 #include <dix-config.h>
 #endif
 
-#if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \
-	|| (!defined(GLXEXT) && defined(DEBUG) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__))
-#define USE_BACKTRACE
-#endif
-
 #ifdef USE_BACKTRACE
 #include <execinfo.h>
 #endif