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
1.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gmrun/gmrun-0.9.2-gcc43.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. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-misc/gmrun/files/gmrun-0.9.2-gcc43.patch?revision=1.1
  17. --- gmrun-0.9.2/src/gtkcompletionline.cc.orig 2003-11-16 11:55:07.000000000 +0100
  18. +++ gmrun-0.9.2/src/gtkcompletionline.cc 2008-05-08 08:51:22.000000000 +0200
  19. @@ -29,6 +29,7 @@
  20. #include <set>
  21. #include <sstream>
  22. #include <string>
  23. +#include <cstring>
  24. #include <vector>
  25. using namespace std;
  26. --- gmrun-0.9.2/src/ci_string.h.orig 2001-05-16 16:39:31.000000000 +0200
  27. +++ gmrun-0.9.2/src/ci_string.h 2008-05-08 08:51:33.000000000 +0200
  28. @@ -7,6 +7,7 @@
  29. #define __CI_STRING_H__
  30. #include <string>
  31. +#include <cstring>
  32. #include <ctype.h>
  33. struct ci_char_traits : public std::char_traits<char>
  34. --- gmrun-0.9.2/src/prefs.cc.orig 2002-08-16 12:48:22.000000000 +0200
  35. +++ gmrun-0.9.2/src/prefs.cc 2008-05-08 08:51:54.000000000 +0200
  36. @@ -13,6 +13,7 @@
  37. #include <fstream>
  38. #include <iostream>
  39. #include <stdio.h>
  40. +#include <stdlib.h>
  41. #include <list>
  42. --- gmrun-0.9.2/src/main.cc.orig 2003-11-16 11:55:07.000000000 +0100
  43. +++ gmrun-0.9.2/src/main.cc 2008-05-08 09:03:11.000000000 +0200
  44. @@ -14,6 +14,7 @@
  45. #include <gdk/gdkkeysyms.h>
  46. #include <string>
  47. +#include <cstring>
  48. #include <iostream>
  49. #include <sstream>
  50. #include <vector>