summaryrefslogtreecommitdiff
path: root/astro/xplanet/files/patch-libprojections_stdiofix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--astro/xplanet/files/patch-libprojections_stdiofix21
1 files changed, 11 insertions, 10 deletions
diff --git a/astro/xplanet/files/patch-libprojections_stdiofix b/astro/xplanet/files/patch-libprojections_stdiofix
index 9e9deffd98c6..94ecaa165930 100644
--- a/astro/xplanet/files/patch-libprojections_stdiofix
+++ b/astro/xplanet/files/patch-libprojections_stdiofix
@@ -1,5 +1,5 @@
---- src/libprojection/ProjectionBonne.cpp.orig Wed Dec 8 14:56:51 2004
-+++ src/libprojection/ProjectionBonne.cpp Wed Dec 8 14:57:11 2004
+--- src/libprojection/ProjectionBonne.cpp.orig 2006-03-26 05:03:20 UTC
++++ src/libprojection/ProjectionBonne.cpp
@@ -7,6 +7,8 @@
http://www.atnf.csiro.au/~mcalabre/WCS
*/
@@ -7,10 +7,10 @@
+#include <stdio.h>
+
#include <cmath>
+ #include <cstdio>
#include <sstream>
- #include <vector>
---- src/libprojection/ProjectionGnomonic.cpp.orig Wed Dec 8 14:57:44 2004
-+++ src/libprojection/ProjectionGnomonic.cpp Wed Dec 8 14:57:58 2004
+--- src/libprojection/ProjectionGnomonic.cpp.orig 2006-03-26 05:03:20 UTC
++++ src/libprojection/ProjectionGnomonic.cpp
@@ -7,6 +7,8 @@
http://www.atnf.csiro.au/~mcalabre/WCS
*/
@@ -18,13 +18,14 @@
+#include <stdio.h>
+
#include <cmath>
+ #include <cstdio>
#include <sstream>
- using namespace std;
---- src/libprojection/ProjectionMercator.cpp.orig Wed Dec 8 14:58:26 2004
-+++ src/libprojection/ProjectionMercator.cpp Wed Dec 8 14:58:46 2004
-@@ -1,3 +1,5 @@
+--- src/libprojection/ProjectionMercator.cpp.orig 2006-03-26 05:03:20 UTC
++++ src/libprojection/ProjectionMercator.cpp
+@@ -1,4 +1,6 @@
+ #include <cmath>
+#include <stdio.h>
+
- #include <cmath>
+ #include <cstdio>
#include <sstream>
using namespace std;