Dash:
[t2.git] / package / xorg / xconsole / stropts.patch.uclibc
blob37136bc97c834fd95a2d8c90f7a65ad6cdf47fc6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../xconsole/stropts.patch.uclibc
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- ./xconsole.c~       2005-09-26 21:48:20.000000000 +0200
17 +++ ./xconsole.c        2005-09-27 09:17:26.000000000 +0200
18 @@ -157,6 +157,12 @@
19   */
20  #  define USE_PTS 
21  # endif
22 +# if defined (__UCLIBC__)
23 +/*
24 + * uClibc lacks support of stropts.h
25 + */
26 +#   undef USE_PTS
27 +# endif
28  #endif
30  #if defined(_AIX)