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.

62 lines
2.8 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../eg/gcc33.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. gcc3.3 don't support multiline strings
  17. Alejandro
  18. --- eg-1.00.orig/eg.c 2000-07-04 09:18:49.000000000 -0400
  19. +++ eg-1.00/eg.c 2004-02-02 17:18:35.000000000 -0300
  20. @@ -174,24 +174,23 @@
  21. uname( &utsn );
  22. printf( "Expert Guide Version " EG_VERSION "\n\n"
  23. - "\
  24. - Expert Guide - A Text Mode Norton Guide Reader
  25. - Copyright (C) 1997,1998,1999,2000 David A Pearson
  26. -
  27. - This program is free software; you can redistribute it and/or modify
  28. - it under the terms of the GNU General Public License as published by
  29. - the Free Software Foundation; either version 2 of the license, or
  30. - (at your option) any later version.
  31. -
  32. - This program is distributed in the hope that it will be useful,
  33. - but WITHOUT ANY WARRANTY; without even the implied warranty of
  34. - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  35. - GNU General Public License for more details.
  36. -
  37. - You should have received a copy of the GNU General Public License
  38. - along with this program; if not, write to the Free Software
  39. - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  40. -\n" );
  41. +" Expert Guide - A Text Mode Norton Guide Reader\n"
  42. +" Copyright (C) 1997,1998,1999,2000 David A Pearson\n"
  43. +"\n"
  44. +" This program is free software; you can redistribute it and/or modify\n"
  45. +" it under the terms of the GNU General Public License as published by\n"
  46. +" the Free Software Foundation; either version 2 of the license, or\n"
  47. +" (at your option) any later version.\n"
  48. +"\n"
  49. +" This program is distributed in the hope that it will be useful,\n"
  50. +" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  51. +" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  52. +" GNU General Public License for more details.\n"
  53. +"\n"
  54. +" You should have received a copy of the GNU General Public License\n"
  55. +" along with this program; if not, write to the Free Software\n"
  56. +" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n"
  57. +"\n" );
  58. printf( "System details:\n"
  59. "\tSystem.......: %s %s\n"