diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-13 19:30:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-13 19:30:33 +0000 |
commit | ac31898b4075aa33a3e2a1d447217d0d05e62c22 (patch) | |
tree | 3adcc35e993ef388b47f94aebe9525ea1d446c7b /x11-misc/xplanet | |
parent | initial commit (diff) | |
download | historical-ac31898b4075aa33a3e2a1d447217d0d05e62c22.tar.gz historical-ac31898b4075aa33a3e2a1d447217d0d05e62c22.tar.bz2 historical-ac31898b4075aa33a3e2a1d447217d0d05e62c22.zip |
where did this patch go?
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/files/0.94-gcc3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-misc/xplanet/files/0.94-gcc3.patch b/x11-misc/xplanet/files/0.94-gcc3.patch new file mode 100644 index 000000000000..5bf5670188b8 --- /dev/null +++ b/x11-misc/xplanet/files/0.94-gcc3.patch @@ -0,0 +1,10 @@ +--- libannotate/drawSatellite.cc.orig 2003-09-13 15:29:38.030989872 -0400 ++++ libannotate/drawSatellite.cc 2003-09-13 15:29:56.274216480 -0400 +@@ -547,6 +547,7 @@ + } + + infile.close(); ++ infile.clear(); + + // Now write one marker and one great arc file for each + // satellite file. |