mirror of the now-defunct rocklinux.org
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.

151 lines
3.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/mnemoc/eg/slang_path.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./egcmplte.c.orig 2004-03-04 19:56:33.000000000 -0300
  20. +++ ./egcmplte.c 2004-03-04 19:56:33.000000000 -0300
  21. @@ -20,7 +20,7 @@
  22. */
  23. #include <stdio.h>
  24. -#include <slang/slang.h>
  25. +#include <slang.h>
  26. #include <string.h>
  27. #include <limits.h>
  28. #include <dirent.h>
  29. --- ./eg.c.orig 2004-03-04 19:56:33.000000000 -0300
  30. +++ ./eg.c 2004-03-04 19:56:33.000000000 -0300
  31. @@ -20,7 +20,7 @@
  32. */
  33. #include <stdio.h>
  34. -#include <slang/slang.h>
  35. +#include <slang.h>
  36. #include <stdlib.h>
  37. #include <unistd.h>
  38. #include <sys/utsname.h>
  39. --- ./egdir.c.orig 2004-03-04 19:56:33.000000000 -0300
  40. +++ ./egdir.c 2004-03-04 19:56:33.000000000 -0300
  41. @@ -20,7 +20,7 @@
  42. */
  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 @@
  52. */
  53. -#include <slang/slang.h>
  54. +#include <slang.h>
  55. #include <stdio.h>
  56. #include <stdlib.h>
  57. --- ./eggetfld.c.orig 2004-03-04 19:56:33.000000000 -0300
  58. +++ ./eggetfld.c 2004-03-04 19:56:33.000000000 -0300
  59. @@ -20,7 +20,7 @@
  60. */
  61. #include <stdio.h>
  62. -#include <slang/slang.h>
  63. +#include <slang.h>
  64. #include <ctype.h>
  65. #include <string.h>
  66. #include <stdlib.h>
  67. --- ./eghelp.c.orig 2004-03-04 19:56:33.000000000 -0300
  68. +++ ./eghelp.c 2004-03-04 19:56:33.000000000 -0300
  69. @@ -20,7 +20,7 @@
  70. */
  71. #include <stdio.h>
  72. -#include <slang/slang.h>
  73. +#include <slang.h>
  74. #include "eg.h"
  75. --- ./eglib.c.orig 2004-03-04 19:56:33.000000000 -0300
  76. +++ ./eglib.c 2004-03-04 19:56:33.000000000 -0300
  77. @@ -21,7 +21,7 @@
  78. #include <pwd.h>
  79. #include <stdio.h>
  80. -#include <slang/slang.h>
  81. +#include <slang.h>
  82. #include <errno.h>
  83. #include <ctype.h>
  84. #include <string.h>
  85. --- ./egmenu.c.orig 2004-03-04 19:56:33.000000000 -0300
  86. +++ ./egmenu.c 2004-03-04 19:56:33.000000000 -0300
  87. @@ -20,7 +20,7 @@
  88. */
  89. #include <stdio.h>
  90. -#include <slang/slang.h>
  91. +#include <slang.h>
  92. #include <stdlib.h>
  93. #include <string.h>
  94. --- ./egnavgte.c.orig 2004-03-04 19:56:33.000000000 -0300
  95. +++ ./egnavgte.c 2004-03-04 19:56:33.000000000 -0300
  96. @@ -19,7 +19,7 @@
  97. */
  98. -#include <slang/slang.h>
  99. +#include <slang.h>
  100. #include <stdio.h>
  101. #include <ctype.h>
  102. #include <limits.h>
  103. --- ./egregex.c.orig 2004-03-04 19:56:33.000000000 -0300
  104. +++ ./egregex.c 2004-03-04 19:56:33.000000000 -0300
  105. @@ -25,7 +25,7 @@
  106. #include <sys/types.h>
  107. #endif
  108. #include <regex.h>
  109. -#include <slang/slang.h>
  110. +#include <slang.h>
  111. #include <stdlib.h>
  112. #include "eg.h"
  113. --- ./egscreen.c.orig 2004-03-04 19:56:33.000000000 -0300
  114. +++ ./egscreen.c 2004-03-04 19:56:33.000000000 -0300
  115. @@ -20,7 +20,7 @@
  116. */
  117. #include <stdio.h>
  118. -#include <slang/slang.h>
  119. +#include <slang.h>
  120. #include <errno.h>
  121. #include <stdlib.h>
  122. #include <string.h>
  123. --- ./egsigs.c.orig 2004-03-04 19:56:33.000000000 -0300
  124. +++ ./egsigs.c 2004-03-04 19:56:33.000000000 -0300
  125. @@ -22,7 +22,7 @@
  126. #include <stdio.h>
  127. #include <string.h>
  128. #include <signal.h>
  129. -#include <slang/slang.h>
  130. +#include <slang.h>
  131. #include "eg.h"