OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
3.6 KiB

  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 - 2006 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 @@
  19. */
  20. #include <stdio.h>
  21. -#include <slang/slang.h>
  22. +#include <slang.h>
  23. #include <string.h>
  24. #include <limits.h>
  25. #include <dirent.h>
  26. --- ./eg.c.orig 2004-03-04 19:56:33.000000000 -0300
  27. +++ ./eg.c 2004-03-04 19:56:33.000000000 -0300
  28. @@ -20,7 +20,7 @@
  29. */
  30. #include <stdio.h>
  31. -#include <slang/slang.h>
  32. +#include <slang.h>
  33. #include <stdlib.h>
  34. #include <unistd.h>
  35. #include <sys/utsname.h>
  36. --- ./egdir.c.orig 2004-03-04 19:56:33.000000000 -0300
  37. +++ ./egdir.c 2004-03-04 19:56:33.000000000 -0300
  38. @@ -20,7 +20,7 @@
  39. */
  40. #include <stdio.h>
  41. -#include <slang/slang.h>
  42. +#include <slang.h>
  43. #include <errno.h>
  44. #include <stdlib.h>
  45. #include <string.h>
  46. --- ./egdraw.c.orig 2004-03-04 19:56:33.000000000 -0300
  47. +++ ./egdraw.c 2004-03-04 19:56:33.000000000 -0300
  48. @@ -19,7 +19,7 @@
  49. */
  50. -#include <slang/slang.h>
  51. +#include <slang.h>
  52. #include <stdio.h>
  53. #include <stdlib.h>
  54. --- ./eggetfld.c.orig 2004-03-04 19:56:33.000000000 -0300
  55. +++ ./eggetfld.c 2004-03-04 19:56:33.000000000 -0300
  56. @@ -20,7 +20,7 @@
  57. */
  58. #include <stdio.h>
  59. -#include <slang/slang.h>
  60. +#include <slang.h>
  61. #include <ctype.h>
  62. #include <string.h>
  63. #include <stdlib.h>
  64. --- ./eghelp.c.orig 2004-03-04 19:56:33.000000000 -0300
  65. +++ ./eghelp.c 2004-03-04 19:56:33.000000000 -0300
  66. @@ -20,7 +20,7 @@
  67. */
  68. #include <stdio.h>
  69. -#include <slang/slang.h>
  70. +#include <slang.h>
  71. #include "eg.h"
  72. --- ./eglib.c.orig 2004-03-04 19:56:33.000000000 -0300
  73. +++ ./eglib.c 2004-03-04 19:56:33.000000000 -0300
  74. @@ -21,7 +21,7 @@
  75. #include <pwd.h>
  76. #include <stdio.h>
  77. -#include <slang/slang.h>
  78. +#include <slang.h>
  79. #include <errno.h>
  80. #include <ctype.h>
  81. #include <string.h>
  82. --- ./egmenu.c.orig 2004-03-04 19:56:33.000000000 -0300
  83. +++ ./egmenu.c 2004-03-04 19:56:33.000000000 -0300
  84. @@ -20,7 +20,7 @@
  85. */
  86. #include <stdio.h>
  87. -#include <slang/slang.h>
  88. +#include <slang.h>
  89. #include <stdlib.h>
  90. #include <string.h>
  91. --- ./egnavgte.c.orig 2004-03-04 19:56:33.000000000 -0300
  92. +++ ./egnavgte.c 2004-03-04 19:56:33.000000000 -0300
  93. @@ -19,7 +19,7 @@
  94. */
  95. -#include <slang/slang.h>
  96. +#include <slang.h>
  97. #include <stdio.h>
  98. #include <ctype.h>
  99. #include <limits.h>
  100. --- ./egregex.c.orig 2004-03-04 19:56:33.000000000 -0300
  101. +++ ./egregex.c 2004-03-04 19:56:33.000000000 -0300
  102. @@ -25,7 +25,7 @@
  103. #include <sys/types.h>
  104. #endif
  105. #include <regex.h>
  106. -#include <slang/slang.h>
  107. +#include <slang.h>
  108. #include <stdlib.h>
  109. #include "eg.h"
  110. --- ./egscreen.c.orig 2004-03-04 19:56:33.000000000 -0300
  111. +++ ./egscreen.c 2004-03-04 19:56:33.000000000 -0300
  112. @@ -20,7 +20,7 @@
  113. */
  114. #include <stdio.h>
  115. -#include <slang/slang.h>
  116. +#include <slang.h>
  117. #include <errno.h>
  118. #include <stdlib.h>
  119. #include <string.h>
  120. --- ./egsigs.c.orig 2004-03-04 19:56:33.000000000 -0300
  121. +++ ./egsigs.c 2004-03-04 19:56:33.000000000 -0300
  122. @@ -22,7 +22,7 @@
  123. #include <stdio.h>
  124. #include <string.h>
  125. #include <signal.h>
  126. -#include <slang/slang.h>
  127. +#include <slang.h>
  128. #include "eg.h"