diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-12 11:39:28 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-12 11:39:28 +0000 |
commit | a0e64df82549b25a0a952256d7ac58a81db5362c (patch) | |
tree | b6d3ef3344e4a387970482d9ecd8e1b4c2e29776 /x11-plugins/wmfire/files | |
parent | Fixup building on uClibc #203711. (diff) | |
download | gentoo-2-a0e64df82549b25a0a952256d7ac58a81db5362c.tar.gz gentoo-2-a0e64df82549b25a0a952256d7ac58a81db5362c.tar.bz2 gentoo-2-a0e64df82549b25a0a952256d7ac58a81db5362c.zip |
Version bump wrt #203120, thanks to Denilson for reporting.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-plugins/wmfire/files')
-rw-r--r-- | x11-plugins/wmfire/files/digest-wmfire-1.2.3 | 3 | ||||
-rw-r--r-- | x11-plugins/wmfire/files/wmfire-1.2.3-stringh.patch | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-plugins/wmfire/files/digest-wmfire-1.2.3 b/x11-plugins/wmfire/files/digest-wmfire-1.2.3 new file mode 100644 index 000000000000..bdec9d8bd22d --- /dev/null +++ b/x11-plugins/wmfire/files/digest-wmfire-1.2.3 @@ -0,0 +1,3 @@ +MD5 e4bc647777f2181cf1b8e78bcc0850ee wmfire-1.2.3.tar.gz 90979 +RMD160 af3e38cb2fbf7f5dfe5e0776d43ca3b8117fc813 wmfire-1.2.3.tar.gz 90979 +SHA256 a254ca65b1df302c35dc5cdabd1d991889816389fb3e92084469c27a090559ba wmfire-1.2.3.tar.gz 90979 diff --git a/x11-plugins/wmfire/files/wmfire-1.2.3-stringh.patch b/x11-plugins/wmfire/files/wmfire-1.2.3-stringh.patch new file mode 100644 index 000000000000..a0fcfdcdc6e3 --- /dev/null +++ b/x11-plugins/wmfire/files/wmfire-1.2.3-stringh.patch @@ -0,0 +1,11 @@ +diff -ur wmfire-1.2.3.orig/src/session.c wmfire-1.2.3/src/session.c +--- wmfire-1.2.3.orig/src/session.c 2005-12-04 12:39:16.000000000 +0200 ++++ wmfire-1.2.3/src/session.c 2008-01-12 13:26:04.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> + |