Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 571036 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/mapi/glapi/gen/gl_gentable.py (-1 / +1 lines)
Lines 44-50 header = """/* GLXEXT is the define used in the xserver when the GLX extension i Link Here
44
#endif
44
#endif
45
45
46
#if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \\
46
#if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \\
47
	|| (!defined(GLXEXT) && defined(DEBUG) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__))
47
	|| (!defined(GLXEXT) && defined(DEBUG) && defined(HAVE_EXECINFO_H))
48
#define USE_BACKTRACE
48
#define USE_BACKTRACE
49
#endif
49
#endif
50
50

Return to bug 571036