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.

86 lines
3.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../libofx/gcc43.patch
  5. # Copyright (C) 2010 The OpenSDE 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. # --- SDE-COPYRIGHT-NOTE-END ---
  16. diff -Nur libofx-0.8.3-orig/lib/ofx_container_transaction.cpp libofx-0.8.3/lib/ofx_container_transaction.cpp
  17. --- libofx-0.8.3-orig/lib/ofx_container_transaction.cpp 2009-02-15 14:16:14.000000000 +0000
  18. +++ libofx-0.8.3/lib/ofx_container_transaction.cpp 2009-02-15 14:17:54.000000000 +0000
  19. @@ -21,6 +21,7 @@
  20. #include <config.h>
  21. #endif
  22. +#include <cstdlib>
  23. #include <string>
  24. #include "messages.hh"
  25. #include "libofx.h"
  26. diff -Nur libofx-0.8.3-orig/lib/ofx_request.cpp libofx-0.8.3/lib/ofx_request.cpp
  27. --- libofx-0.8.3-orig/lib/ofx_request.cpp 2009-02-15 14:16:14.000000000 +0000
  28. +++ libofx-0.8.3/lib/ofx_request.cpp 2009-02-15 14:20:07.000000000 +0000
  29. @@ -21,6 +21,7 @@
  30. #include <config.h>
  31. #endif
  32. +#include <cstring>
  33. #include <string>
  34. #include "messages.hh"
  35. #include "libofx.h"
  36. diff -Nur libofx-0.8.3-orig/lib/ofx_request_accountinfo.cpp libofx-0.8.3/lib/ofx_request_accountinfo.cpp
  37. --- libofx-0.8.3-orig/lib/ofx_request_accountinfo.cpp 2009-02-15 14:16:14.000000000 +0000
  38. +++ libofx-0.8.3/lib/ofx_request_accountinfo.cpp 2009-02-15 14:19:11.000000000 +0000
  39. @@ -21,6 +21,7 @@
  40. #include <config.h>
  41. #endif
  42. +#include <cstdlib>
  43. #include <string>
  44. #include "libofx.h"
  45. #include "ofx_request_accountinfo.hh"
  46. diff -Nur libofx-0.8.3-orig/lib/ofx_request_statement.cpp libofx-0.8.3/lib/ofx_request_statement.cpp
  47. --- libofx-0.8.3-orig/lib/ofx_request_statement.cpp 2009-02-15 14:16:14.000000000 +0000
  48. +++ libofx-0.8.3/lib/ofx_request_statement.cpp 2009-02-15 14:20:34.000000000 +0000
  49. @@ -21,6 +21,7 @@
  50. #include <config.h>
  51. #endif
  52. +#include <cstdlib>
  53. #include <string>
  54. #include "libofx.h"
  55. #include "ofx_utilities.hh"
  56. diff -Nur libofx-0.8.3-orig/lib/ofx_utilities.cpp libofx-0.8.3/lib/ofx_utilities.cpp
  57. --- libofx-0.8.3-orig/lib/ofx_utilities.cpp 2009-02-15 14:16:14.000000000 +0000
  58. +++ libofx-0.8.3/lib/ofx_utilities.cpp 2009-02-15 14:27:30.000000000 +0000
  59. @@ -19,7 +19,8 @@
  60. #include <iostream>
  61. #include "ParserEventGeneratorKit.h"
  62. #include "SGMLApplication.h"
  63. -#include <time.h>
  64. +#include <ctime>
  65. +#include <cstdlib>
  66. #include <string>
  67. #include <locale.h>
  68. #include "messages.hh"
  69. diff -Nur libofx-0.8.3-orig/ofxdump/ofxdump.cpp libofx-0.8.3/ofxdump/ofxdump.cpp
  70. --- libofx-0.8.3-orig/ofxdump/ofxdump.cpp 2009-02-15 14:16:14.000000000 +0000
  71. +++ libofx-0.8.3/ofxdump/ofxdump.cpp 2009-02-15 14:22:02.000000000 +0000
  72. @@ -29,6 +29,8 @@
  73. ***************************************************************************/
  74. #include <iostream>
  75. #include <iomanip>
  76. +#include <cstdlib>
  77. +#include <cstring>
  78. #include <string>
  79. #include "libofx.h"
  80. #include <stdio.h> /* for printf() */