[luaexpat] Updated (1.0.2 -> 1.1.0)
[opensde-package-nopast.git] / base / uclibc / pkg_patch / xorg-server-backtrace.patch
blob70f404bf2bd61733544589714c143b2807792d46
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../uclibc/pkg_patch/xorg-server-backtrace.patch
5 # Copyright (C) 2006 The OpenSDE Project
6 # Copyright (C) 2004 - 2006 The T2 SDE Project
8 # More information can be found in the files COPYING and README.
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- SDE-COPYRIGHT-NOTE-END ---
17 --- ./hw/xfree86/common/xf86Events.c.orig 2000-01-01 00:00:00.000000000 +0100
18 +++ ./hw/xfree86/common/xf86Events.c 2005-09-27 16:11:15.000000000 +0200
19 @@ -1285,6 +1285,10 @@
20 # endif
21 #endif
23 +#if defined(__UCLIBC__)
24 +# undef HAVE_BACKTRACE
25 +#endif
27 #ifdef HAVE_BACKTRACE
28 #include <execinfo.h>