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.

39 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../pingus/pingus-0.7.2-gcc44.patch
  5. # Copyright (C) 2011 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 -up ./src/input/evdev_device.cpp.orig ./src/input/evdev_device.cpp
  17. --- ./src/input/evdev_device.cpp.orig 2007-10-01 19:24:54.000000000 +0200
  18. +++ ./src/input/evdev_device.cpp 2009-02-19 16:35:26.000000000 +0100
  19. @@ -25,6 +25,8 @@
  20. #include <stdexcept>
  21. #include <iostream>
  22. #include <errno.h>
  23. +#include <cstring>
  24. +#include <cstdio>
  25. #include "evdev_device.hpp"
  26. diff -up ./src/tinygettext/po_file_reader.cpp.orig ./src/tinygettext/po_file_reader.cpp
  27. --- ./src/tinygettext/po_file_reader.cpp.orig 2007-10-18 19:54:01.000000000 +0200
  28. +++ ./src/tinygettext/po_file_reader.cpp 2009-02-19 15:11:32.000000000 +0100
  29. @@ -26,6 +26,7 @@
  30. #include <string.h>
  31. #include "iconv.hpp"
  32. #include "po_file_reader.hpp"
  33. +#include <cstdio>
  34. namespace TinyGetText {