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.

58 lines
2.0 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../paintlib/gcc41.patch
  5. # Copyright (C) 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. diff -Nur paintlib-2.6.2-orig/common/plpgmdec.h paintlib-2.6.2/common/plpgmdec.h
  17. --- paintlib-2.6.2-orig/common/plpgmdec.h 2004-06-20 13:14:36.000000000 +0000
  18. +++ paintlib-2.6.2/common/plpgmdec.h 2006-04-05 12:07:22.188814000 +0000
  19. @@ -72,7 +72,7 @@
  20. PLDataSource * pDataSrc
  21. );
  22. - PLBYTE PLPGMDecoder::readASCIIPixel8
  23. + PLBYTE readASCIIPixel8
  24. ( int MaxGrayValue,
  25. PLDataSource * pDataSrc
  26. );
  27. diff -Nur paintlib-2.6.2-orig/common/plpngdec.h paintlib-2.6.2/common/plpngdec.h
  28. --- paintlib-2.6.2-orig/common/plpngdec.h 2004-06-20 13:14:37.000000000 +0000
  29. +++ paintlib-2.6.2/common/plpngdec.h 2006-04-05 12:04:46.267069500 +0000
  30. @@ -49,12 +49,12 @@
  31. private:
  32. - static void PLPNGDecoder::user_error_fn
  33. + static void user_error_fn
  34. ( png_structp png_ptr,
  35. png_const_charp error_msg
  36. );
  37. - static void PLPNGDecoder::user_warning_fn
  38. + static void user_warning_fn
  39. ( png_structp png_ptr,
  40. png_const_charp warning_msg
  41. );
  42. diff -Nur paintlib-2.6.2-orig/common/plppmdec.h paintlib-2.6.2/common/plppmdec.h
  43. --- paintlib-2.6.2-orig/common/plppmdec.h 2004-06-20 13:14:37.000000000 +0000
  44. +++ paintlib-2.6.2/common/plppmdec.h 2006-04-05 12:10:59.146373000 +0000
  45. @@ -78,7 +78,7 @@
  46. );
  47. - PLPixel32 PLPPMDecoder::readASCIIPixel32
  48. + PLPixel32 readASCIIPixel32
  49. ( int MaxGrayValue,
  50. PLDataSource * pDataSrc
  51. );