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.

37 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../wbar/wbar-1.3.3-gcc43-getenv.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 -ruN wbar-1.3.3-orig/IconLoader.cc wbar-1.3.3/IconLoader.cc
  17. --- wbar-1.3.3-orig/IconLoader.cc 2006-12-29 02:54:29.000000000 +0100
  18. +++ wbar-1.3.3/IconLoader.cc 2010-08-26 12:07:09.576054622 +0200
  19. @@ -4,6 +4,8 @@
  20. #include <sys/types.h>
  21. };
  22. +#include <cstdlib>
  23. +
  24. #include "IconLoader.h"
  25. #include "debug.h"
  26. diff -ruN wbar-1.3.3-orig/SuperBar.cc wbar-1.3.3/SuperBar.cc
  27. --- wbar-1.3.3-orig/SuperBar.cc 2007-08-04 02:24:34.000000000 +0200
  28. +++ wbar-1.3.3/SuperBar.cc 2010-08-26 12:05:02.844054771 +0200
  29. @@ -1,3 +1,5 @@
  30. +#include <cstdlib>
  31. +
  32. #include "SuperBar.h"
  33. #include "SuperIcon.h"