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.

57 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../dvbd/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. --- ./src/dvbsched.cpp.orig
  17. +++ ./src/dvbsched.cpp
  18. @@ -29,6 +29,7 @@
  19. #include <iostream>
  20. #include <time.h>
  21. #include <getopt.h>
  22. +#include <stdlib.h>
  23. #include <cerrno>
  24. #include <fstream>
  25. --- ./src/utils.cpp.orig
  26. +++ ./src/utils.cpp
  27. @@ -23,6 +23,7 @@
  28. #include <sys/socket.h>
  29. #include <sys/stat.h>
  30. #include <unistd.h>
  31. +#include <string.h>
  32. #include <iostream>
  33. #include <cctype>
  34. #include <cerrno>
  35. --- ./src/dvbtuneparamscommon.cpp.orig
  36. +++ ./src/dvbtuneparamscommon.cpp
  37. @@ -4,6 +4,7 @@
  38. #include "dvbtuneparamscommon.h"
  39. #include "tune.h"
  40. +#include <stdlib.h>
  41. #include <map>
  42. #include <iostream>
  43. --- ./src/signals.cpp.orig
  44. +++ ./src/signals.cpp
  45. @@ -22,6 +22,7 @@
  46. #include <sys/types.h>
  47. #include <sys/stat.h>
  48. #include <fcntl.h>
  49. +#include <stdlib.h>
  50. #include <unistd.h>
  51. #include <signal.h>
  52. #include <cerrno>