diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-11-13 16:18:11 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-11-13 16:18:11 +0000 |
commit | 6d18d0332e3c4d0a17b22d9438d8a18d4906f2b6 (patch) | |
tree | a6951fb018af9fe31c8d0573c8200bb167edcdcd /x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch | |
parent | Stable for amd64, wrt bug #515700 (diff) | |
download | historical-6d18d0332e3c4d0a17b22d9438d8a18d4906f2b6.tar.gz historical-6d18d0332e3c4d0a17b22d9438d8a18d4906f2b6.tar.bz2 historical-6d18d0332e3c4d0a17b22d9438d8a18d4906f2b6.zip |
Restore with correct dependencies (gnome2 deps were not needed)
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xC74525F2
Diffstat (limited to 'x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch')
-rw-r--r-- | x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch b/x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch new file mode 100644 index 000000000000..8994827d63eb --- /dev/null +++ b/x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch @@ -0,0 +1,11 @@ +diff -ur wmlife-1.0.0.orig/src/session.c wmlife-1.0.0/src/session.c +--- wmlife-1.0.0.orig/src/session.c 2005-09-23 00:18:09.000000000 +0300 ++++ wmlife-1.0.0/src/session.c 2008-01-12 14:39:52.000000000 +0200 +@@ -21,6 +21,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <unistd.h> ++#include <string.h> + #include <sys/types.h> + #include <pwd.h> + |