diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 16:35:06 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 16:35:06 +0000 |
commit | fd09d722ef1f14f27f833381db39ae749e8d3e6a (patch) | |
tree | 564bda98cd8119ac3c7f40eff7632eae6d7cd4c3 | |
parent | 9a10f32e8c23c98ac2f611caf68ee55d9bf8e15e (diff) |
gpq-taskmanager 0.20: Added patch to fix missing LC_ALL symbol.
-rw-r--r-- | packages/gpe-taskmanager/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpe-taskmanager/files/setlocale.patch | 12 | ||||
-rw-r--r-- | packages/gpe-taskmanager/gpe-taskmanager_0.20.bb | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/packages/gpe-taskmanager/files/.mtn2git_empty b/packages/gpe-taskmanager/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpe-taskmanager/files/.mtn2git_empty diff --git a/packages/gpe-taskmanager/files/setlocale.patch b/packages/gpe-taskmanager/files/setlocale.patch new file mode 100644 index 0000000000..b5ef1c99ea --- /dev/null +++ b/packages/gpe-taskmanager/files/setlocale.patch @@ -0,0 +1,12 @@ +Index: gpe-taskmanager-0.20/gpe-taskmanager.c +=================================================================== +--- gpe-taskmanager-0.20.orig/gpe-taskmanager.c 2008-08-21 18:23:11.544135137 +0200 ++++ gpe-taskmanager-0.20/gpe-taskmanager.c 2008-08-21 18:23:22.554712863 +0200 +@@ -12,6 +12,7 @@ + #include <stdio.h> + #include <libintl.h> + #include <stdlib.h> ++#include <locale.h> + + #include <X11/Xlib.h> + #include <X11/Xatom.h> diff --git a/packages/gpe-taskmanager/gpe-taskmanager_0.20.bb b/packages/gpe-taskmanager/gpe-taskmanager_0.20.bb index d3d24ca09f..7d0ff8e55f 100644 --- a/packages/gpe-taskmanager/gpe-taskmanager_0.20.bb +++ b/packages/gpe-taskmanager/gpe-taskmanager_0.20.bb @@ -5,4 +5,5 @@ DEPENDS = "libgpelaunch libgpewidget" inherit gpe +SRC_URI += "file://setlocale.patch;patch=1" |