diff options
author | 2008-09-21 06:25:55 +0000 | |
---|---|---|
committer | 2008-09-21 06:25:55 +0000 | |
commit | 4d6e59d3d6ad2864c2713cf4b15deb362c7dcd19 (patch) | |
tree | 66ab32dd6be4cea3880830d0410b6b570883af9f /app-admin/conky/files | |
parent | Version bump. Try tests. Fix LICENSE. (diff) | |
download | historical-4d6e59d3d6ad2864c2713cf4b15deb362c7dcd19.tar.gz historical-4d6e59d3d6ad2864c2713cf4b15deb362c7dcd19.tar.bz2 historical-4d6e59d3d6ad2864c2713cf4b15deb362c7dcd19.zip |
Fix erroneous omission of stdio.h. (bug #237868)
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.24-gentoo-r3 x86_64
Diffstat (limited to 'app-admin/conky/files')
-rw-r--r-- | app-admin/conky/files/conky-1.6.1-stdio.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/conky/files/conky-1.6.1-stdio.patch b/app-admin/conky/files/conky-1.6.1-stdio.patch new file mode 100644 index 000000000000..3b0d2820dea5 --- /dev/null +++ b/app-admin/conky/files/conky-1.6.1-stdio.patch @@ -0,0 +1,12 @@ +Index: src/conky.h +=================================================================== +--- src/conky.h (revision 1237) ++++ src/conky.h (working copy) +@@ -43,6 +43,7 @@ + + #include "config.h" + #include <sys/utsname.h> ++#include <stdio.h> + #include <stdlib.h> + #include <string.h> + #include <locale.h> |