summaryrefslogtreecommitdiff
path: root/graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py')
-rw-r--r--graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py b/graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py
new file mode 100644
index 000000000000..d952bb61cf26
--- /dev/null
+++ b/graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py
@@ -0,0 +1,11 @@
+--- src/mapi/glapi/gen/gl_gentable.py.orig 2013-07-17 15:41:13.000000000 +0200
++++ src/mapi/glapi/gen/gl_gentable.py 2013-07-17 15:41:55.000000000 +0200
+@@ -42,7 +42,7 @@
+ #endif
+
+ #if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \\
+- || (!defined(GLXEXT) && defined(DEBUG) && !defined(_WIN32_WCE) && !defined(__CYGWIN__))
++ || (!defined(GLXEXT) && defined(DEBUG) && !defined(_WIN32_WCE) && !defined(__CYGWIN__) && !defined(__OpenBSD__) && !defined(__FreeBSD__))
+ #define USE_BACKTRACE
+ #endif
+