Dash:
[t2.git] / package / develop / eg / slang_path.patch
blob0a8354b97d75a4f69bf3af94660bc41e92edd992
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../eg/slang_path.patch
5 # Copyright (C) 2004 - 2005 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 --- ./egcmplte.c.orig 2004-03-04 19:56:33.000000000 -0300
17 +++ ./egcmplte.c 2004-03-04 19:56:33.000000000 -0300
18 @@ -20,7 +20,7 @@
21 #include <stdio.h>
22 -#include <slang/slang.h>
23 +#include <slang.h>
24 #include <string.h>
25 #include <limits.h>
26 #include <dirent.h>
27 --- ./eg.c.orig 2004-03-04 19:56:33.000000000 -0300
28 +++ ./eg.c 2004-03-04 19:56:33.000000000 -0300
29 @@ -20,7 +20,7 @@
32 #include <stdio.h>
33 -#include <slang/slang.h>
34 +#include <slang.h>
35 #include <stdlib.h>
36 #include <unistd.h>
37 #include <sys/utsname.h>
38 --- ./egdir.c.orig 2004-03-04 19:56:33.000000000 -0300
39 +++ ./egdir.c 2004-03-04 19:56:33.000000000 -0300
40 @@ -20,7 +20,7 @@
43 #include <stdio.h>
44 -#include <slang/slang.h>
45 +#include <slang.h>
46 #include <errno.h>
47 #include <stdlib.h>
48 #include <string.h>
49 --- ./egdraw.c.orig 2004-03-04 19:56:33.000000000 -0300
50 +++ ./egdraw.c 2004-03-04 19:56:33.000000000 -0300
51 @@ -19,7 +19,7 @@
55 -#include <slang/slang.h>
56 +#include <slang.h>
57 #include <stdio.h>
58 #include <stdlib.h>
60 --- ./eggetfld.c.orig 2004-03-04 19:56:33.000000000 -0300
61 +++ ./eggetfld.c 2004-03-04 19:56:33.000000000 -0300
62 @@ -20,7 +20,7 @@
65 #include <stdio.h>
66 -#include <slang/slang.h>
67 +#include <slang.h>
68 #include <ctype.h>
69 #include <string.h>
70 #include <stdlib.h>
71 --- ./eghelp.c.orig 2004-03-04 19:56:33.000000000 -0300
72 +++ ./eghelp.c 2004-03-04 19:56:33.000000000 -0300
73 @@ -20,7 +20,7 @@
76 #include <stdio.h>
77 -#include <slang/slang.h>
78 +#include <slang.h>
80 #include "eg.h"
82 --- ./eglib.c.orig 2004-03-04 19:56:33.000000000 -0300
83 +++ ./eglib.c 2004-03-04 19:56:33.000000000 -0300
84 @@ -21,7 +21,7 @@
86 #include <pwd.h>
87 #include <stdio.h>
88 -#include <slang/slang.h>
89 +#include <slang.h>
90 #include <errno.h>
91 #include <ctype.h>
92 #include <string.h>
93 --- ./egmenu.c.orig 2004-03-04 19:56:33.000000000 -0300
94 +++ ./egmenu.c 2004-03-04 19:56:33.000000000 -0300
95 @@ -20,7 +20,7 @@
98 #include <stdio.h>
99 -#include <slang/slang.h>
100 +#include <slang.h>
101 #include <stdlib.h>
102 #include <string.h>
104 --- ./egnavgte.c.orig 2004-03-04 19:56:33.000000000 -0300
105 +++ ./egnavgte.c 2004-03-04 19:56:33.000000000 -0300
106 @@ -19,7 +19,7 @@
110 -#include <slang/slang.h>
111 +#include <slang.h>
112 #include <stdio.h>
113 #include <ctype.h>
114 #include <limits.h>
115 --- ./egregex.c.orig 2004-03-04 19:56:33.000000000 -0300
116 +++ ./egregex.c 2004-03-04 19:56:33.000000000 -0300
117 @@ -25,7 +25,7 @@
118 #include <sys/types.h>
119 #endif
120 #include <regex.h>
121 -#include <slang/slang.h>
122 +#include <slang.h>
123 #include <stdlib.h>
125 #include "eg.h"
126 --- ./egscreen.c.orig 2004-03-04 19:56:33.000000000 -0300
127 +++ ./egscreen.c 2004-03-04 19:56:33.000000000 -0300
128 @@ -20,7 +20,7 @@
131 #include <stdio.h>
132 -#include <slang/slang.h>
133 +#include <slang.h>
134 #include <errno.h>
135 #include <stdlib.h>
136 #include <string.h>
137 --- ./egsigs.c.orig 2004-03-04 19:56:33.000000000 -0300
138 +++ ./egsigs.c 2004-03-04 19:56:33.000000000 -0300
139 @@ -22,7 +22,7 @@
140 #include <stdio.h>
141 #include <string.h>
142 #include <signal.h>
143 -#include <slang/slang.h>
144 +#include <slang.h>
146 #include "eg.h"