summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-06-17 08:57:32 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-06-17 08:57:32 +0000
commitd85a78b5a08c18b5824019bb0a038e22a0986e24 (patch)
tree58c8d3adbee207700a38102c92a78dadd9e8d6a9 /sci-astronomy/skycat/files
parentVersion bump, thanks to Matthias Schwarzott (bug #227733). (diff)
downloadgentoo-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"
+
+