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.

100 lines
2.7 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/gnome14/guppi/gcc34.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 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. The usual gcc-3.4 compile fixes.
  20. - Rene Rebe <rene@exactcode.de>
  21. --- ./src/demo.c.orig 2004-05-13 20:57:44.936557856 +0200
  22. +++ ./src/demo.c 2004-05-13 20:57:51.225601776 +0200
  23. @@ -451,6 +451,7 @@
  24. compass_pos = GUPPI_NORTH;
  25. break;
  26. default:
  27. + ;
  28. }
  29. guppi_element_state_set (state,
  30. --- ./src/libguppiplot/guppi-layout-constraint.c.orig 2004-05-13 20:52:41.636666448 +0200
  31. +++ ./src/libguppiplot/guppi-layout-constraint.c 2004-05-13 20:52:51.744129880 +0200
  32. @@ -165,6 +165,7 @@
  33. default:
  34. /* Fall through, do nothing. */
  35. + ;
  36. }
  37. ti = term_info_new (type, factor, geom);
  38. --- ./src/libguppiplot/guppi-root-group-item.c.orig 2004-05-13 20:54:49.332253768 +0200
  39. +++ ./src/libguppiplot/guppi-root-group-item.c 2004-05-13 20:55:03.409113760 +0200
  40. @@ -548,6 +548,7 @@
  41. return motion_notify_event (root, &(ev->motion));
  42. default:
  43. + ;
  44. }
  45. return FALSE;
  46. @@ -777,6 +778,7 @@
  47. case ROOT_GROUP_RESIZE_NONE:
  48. default:
  49. /* insure we do nothing */
  50. + ;
  51. }
  52. if (please_resize_canvas)
  53. --- ./src/libguppiplot/guppi-text-block.c.orig 2004-05-13 20:51:20.957931480 +0200
  54. +++ ./src/libguppiplot/guppi-text-block.c 2004-05-13 20:51:38.896204448 +0200
  55. @@ -900,6 +900,7 @@
  56. default:
  57. /* Do nothing. */
  58. + ;
  59. }
  60. render_stack_evolve (stack, tt);
  61. --- ./src/libguppiplot/guppi-view-interval.c.orig 2004-05-13 20:49:49.691806040 +0200
  62. +++ ./src/libguppiplot/guppi-view-interval.c 2004-05-13 20:50:09.553786560 +0200
  63. @@ -227,6 +227,7 @@
  64. #endif
  65. default:
  66. + ;
  67. }
  68. return TRUE;
  69. --- ./libguppitank/guppi-object-barchart.c.orig 2004-05-13 21:07:35.963708072 +0200
  70. +++ ./libguppitank/guppi-object-barchart.c 2004-05-13 21:07:48.188849568 +0200
  71. @@ -701,6 +701,7 @@
  72. break;
  73. default:
  74. + ;
  75. }
  76. }
  77. @@ -733,6 +734,7 @@
  78. break;
  79. default:
  80. + ;
  81. }
  82. }