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.

40 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../kwlan/stdlib_fix.patch
  5. # Copyright (C) 2006 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. #
  17. # Patch by Christian Wiese. 'Thanks bro' -Nagy Karoly Gabriel
  18. diff -ruN kwlan-0.5.3-orig/src/main.cpp kwlan-0.5.3/src/main.cpp
  19. --- kwlan-0.5.3-orig/src/main.cpp 2006-08-27 19:54:53.000000000 +0300
  20. +++ kwlan-0.5.3/src/main.cpp 2006-08-29 20:00:06.000000000 +0300
  21. @@ -1,5 +1,5 @@
  22. -
  23. +#include <stdlib.h>
  24. #include "kwlanmainwin.h"
  25. #include <kuniqueapplication.h>
  26. #include <dcopclient.h>
  27. diff -ruN kwlan-0.5.3-orig/src/suprocessbase.h kwlan-0.5.3/src/suprocessbase.h
  28. --- kwlan-0.5.3-orig/src/suprocessbase.h 2006-07-11 00:22:48.000000000 +0300
  29. +++ kwlan-0.5.3/src/suprocessbase.h 2006-08-29 19:47:10.000000000 +0300
  30. @@ -21,7 +21,7 @@
  31. * SuProcessBase is Copyright (c) 2006 by Valentine Sinitsyn <e_val@inbox.ru>. Distributed under terms of LGPL.
  32. */
  33. -#define DEFAULT_SUPER_USER_COMMAND "sudo"
  34. +//#define DEFAULT_SUPER_USER_COMMAND "sudo"
  35. class SuProcessBase: public QObject {
  36. Q_OBJECT