diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-24 18:13:38 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-24 18:13:38 +0000 |
commit | 362882fdcafa61337f1f7652bc1930a18111b70e (patch) | |
tree | 18bd57881f572c9738c220deb2f81c74f5163b79 /sci-astronomy/skycat/files | |
parent | Version bump (diff) | |
download | historical-362882fdcafa61337f1f7652bc1930a18111b70e.tar.gz historical-362882fdcafa61337f1f7652bc1930a18111b70e.tar.bz2 historical-362882fdcafa61337f1f7652bc1930a18111b70e.zip |
Bump. Added a patch to avoid overflows
Package-Manager: portage-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.patch | 30 |
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 */ + + |