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.

66 lines
2.0 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/avm/euler/gcc34.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. diff -ruN euler-1.60/source/metaps.c euler-1.60-new/source/metaps.c
  20. --- euler-1.60/source/metaps.c 2002-05-25 16:15:52.000000000 +0200
  21. +++ euler-1.60-new/source/metaps.c 2004-06-16 23:16:49.000000000 +0200
  22. @@ -209,7 +209,7 @@
  23. // rectangle clipping
  24. // x1 y1 x2 y2 setclip
  25. static char setclipmacro[]= "/setclip {\n\
  26. -gsave
  27. +gsave\n\
  28. /y2 exch def\n\
  29. /x2 exch def\n\
  30. /y1 exch def\n\
  31. diff -ruN euler-1.60/source/term.c euler-1.60-new/source/term.c
  32. --- euler-1.60/source/term.c 2002-06-02 15:40:30.000000000 +0200
  33. +++ euler-1.60-new/source/term.c 2004-06-17 09:19:46.026227976 +0200
  34. @@ -2164,6 +2164,7 @@
  35. ch = '�';
  36. break;
  37. default:
  38. + ((void)0);
  39. }
  40. deadkey=0;
  41. break;
  42. @@ -2207,6 +2208,7 @@
  43. ch = '�';
  44. break;
  45. default:
  46. + break;
  47. }
  48. deadkey=0;
  49. break;
  50. @@ -2587,6 +2589,7 @@
  51. ch = '�';
  52. break;
  53. default:
  54. + ((void)0);
  55. }
  56. deadkey=0;
  57. break;
  58. @@ -2630,6 +2633,7 @@
  59. ch = '�';
  60. break;
  61. default:
  62. + break;
  63. }
  64. deadkey=0;
  65. break;