diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-12 12:55:41 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-12 12:55:41 +0000 |
commit | 830a7a9264a053827be2365cdcdb9baf30e884d8 (patch) | |
tree | 10eeabb40cb2f797fe573fb381143348ad1e0538 /x11-plugins/wmlife/files | |
parent | Version bump wrt #203120, thanks to Denilson for reporting. (diff) | |
download | gentoo-2-830a7a9264a053827be2365cdcdb9baf30e884d8.tar.gz gentoo-2-830a7a9264a053827be2365cdcdb9baf30e884d8.tar.bz2 gentoo-2-830a7a9264a053827be2365cdcdb9baf30e884d8.zip |
initial commit
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmlife/files')
-rw-r--r-- | x11-plugins/wmlife/files/digest-wmlife-1.0.0 | 3 | ||||
-rw-r--r-- | x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-plugins/wmlife/files/digest-wmlife-1.0.0 b/x11-plugins/wmlife/files/digest-wmlife-1.0.0 new file mode 100644 index 000000000000..5a5221240b11 --- /dev/null +++ b/x11-plugins/wmlife/files/digest-wmlife-1.0.0 @@ -0,0 +1,3 @@ +MD5 e908840f080cfb473b5a8aa662e65780 wmlife-1.0.0.tar.gz 91789 +RMD160 cb22099e3dc13ce901e5ee6f924b515510fe2a07 wmlife-1.0.0.tar.gz 91789 +SHA256 ac7c4ba0333e5f7bd9fd5c4640ed9934401dbcc0e85aabaf222b9d59975f08b7 wmlife-1.0.0.tar.gz 91789 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> + |