diff options
author | 2009-08-09 18:18:30 +0000 | |
---|---|---|
committer | 2009-08-09 18:18:30 +0000 | |
commit | dd8b36911b22af89952ea8f8fb962557cc11310f (patch) | |
tree | 4c8cd8e8f5fa63fbfc29ea889c6ff0225383c9dc /x11-misc/fireflies/files | |
parent | Remove old. (diff) | |
download | historical-dd8b36911b22af89952ea8f8fb962557cc11310f.tar.gz historical-dd8b36911b22af89952ea8f8fb962557cc11310f.tar.bz2 historical-dd8b36911b22af89952ea8f8fb962557cc11310f.zip |
Fix building with GCC 4.4+ wrt #277561.
Package-Manager: portage-2.2_rc36/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/fireflies/files')
-rw-r--r-- | x11-misc/fireflies/files/fireflies-2.07-gcc44.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/fireflies/files/fireflies-2.07-gcc44.patch b/x11-misc/fireflies/files/fireflies-2.07-gcc44.patch new file mode 100644 index 000000000000..612a25ec280f --- /dev/null +++ b/x11-misc/fireflies/files/fireflies-2.07-gcc44.patch @@ -0,0 +1,12 @@ +diff -ur fireflies-2.07.orig/src/vroot.h fireflies-2.07/src/vroot.h +--- fireflies-2.07.orig/src/vroot.h 2005-12-09 05:07:30.000000000 +0200 ++++ fireflies-2.07/src/vroot.h 2009-08-09 21:18:40.000000000 +0300 +@@ -78,6 +78,8 @@ + "#Id: vroot.h,v 1.4 1991/09/30 19:23:16 stolcke Exp stolcke #"; + #endif + ++#include <stdio.h> ++ + #include <X11/X.h> + #include <X11/Xatom.h> + #include <X11/Xlib.h> |