summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-09-24 18:13:38 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-09-24 18:13:38 +0000
commit162463187fd0d9a82e589dc88881bbd0c49a07c6 (patch)
tree190dd05d95fabf3fa3d33bba02888966573de3a5 /sci-astronomy/skycat/files
parentVersion bump (diff)
downloadgentoo-2-162463187fd0d9a82e589dc88881bbd0c49a07c6.tar.gz
gentoo-2-162463187fd0d9a82e589dc88881bbd0c49a07c6.tar.bz2
gentoo-2-162463187fd0d9a82e589dc88881bbd0c49a07c6.zip
Bump. Added a patch to avoid overflows
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/skycat/files')
-rw-r--r--sci-astronomy/skycat/files/skycat-3.1.1-gcc45.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/sci-astronomy/skycat/files/skycat-3.1.1-gcc45.patch b/sci-astronomy/skycat/files/skycat-3.1.1-gcc45.patch
new file mode 100644
index 000000000000..32b7f86656c8
--- /dev/null
+++ b/sci-astronomy/skycat/files/skycat-3.1.1-gcc45.patch
@@ -0,0 +1,30 @@
+--- astrotcl/generic/ImageIO.h.orig 2010-09-24 06:31:03.000000000 +0100
++++ astrotcl/generic/ImageIO.h 2010-09-24 06:32:06.000000000 +0100
+@@ -28,6 +28,7 @@
+
+ #include <iostream>
+ #include <cmath>
++#include <cstdlib>
+ #include "WCSRep.h"
+ #include "Mem.h"
+
+--- ./rtd/generic/histzero.c.orig 2010-09-24 06:36:08.000000000 +0100
++++ ./rtd/generic/histzero.c 2010-09-24 06:37:48.000000000 +0100
+@@ -15,6 +15,7 @@
+ */
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include "histeq.h" /* define SubrangeLink */
+
+ static void merge_links();
+--- ./rtd/generic/histmap.c.orig 2010-09-24 06:35:59.000000000 +0100
++++ ./rtd/generic/histmap.c 2010-09-24 06:37:26.000000000 +0100
+@@ -17,6 +17,7 @@
+ */
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include "histeq.h" /* define SubrangeLink, List */
+
+