diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-06-17 08:57:32 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-06-17 08:57:32 +0000 |
commit | d85a78b5a08c18b5824019bb0a038e22a0986e24 (patch) | |
tree | 58c8d3adbee207700a38102c92a78dadd9e8d6a9 /sci-astronomy/skycat/files | |
parent | Version bump, thanks to Matthias Schwarzott (bug #227733). (diff) | |
download | gentoo-2-d85a78b5a08c18b5824019bb0a038e22a0986e24.tar.gz gentoo-2-d85a78b5a08c18b5824019bb0a038e22a0986e24.tar.bz2 gentoo-2-d85a78b5a08c18b5824019bb0a038e22a0986e24.zip |
Added gcc-4.3 fix, thanks to Marek Miller, bug #227531, and added missing libXext dependency
(Portage version: 2.1.5.5)
Diffstat (limited to 'sci-astronomy/skycat/files')
-rw-r--r-- | sci-astronomy/skycat/files/skycat-3.0.1-gcc43.patch (renamed from sci-astronomy/skycat/files/skycat-3.0.1-gcc41.patch) | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-astronomy/skycat/files/skycat-3.0.1-gcc41.patch b/sci-astronomy/skycat/files/skycat-3.0.1-gcc43.patch index 53284a650825..c245a0d81fce 100644 --- a/sci-astronomy/skycat/files/skycat-3.0.1-gcc41.patch +++ b/sci-astronomy/skycat/files/skycat-3.0.1-gcc43.patch @@ -372,3 +372,15 @@ private: int socketFd_; // listen socket +--- cat/generic/AstroQuery.h.orig 2008-06-16 17:14:15.000000000 +0000 ++++ cat/generic/AstroQuery.h 2008-06-16 17:14:32.000000000 +0000 +@@ -16,6 +16,8 @@ + */ + + ++ ++#include <cstring> + #include <cstdio> + #include "WorldOrImageCoords.h" + + |