SOURCES: celestia-gcc4.patch (NEW) - gcc 4 fixes

wolf wolf at pld-linux.org
Sun Dec 25 01:35:55 CET 2005


Author: wolf                         Date: Sun Dec 25 00:35:55 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc 4 fixes

---- Files affected:
SOURCES:
   celestia-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/celestia-gcc4.patch
diff -u /dev/null SOURCES/celestia-gcc4.patch:1.1
--- /dev/null	Sun Dec 25 01:35:55 2005
+++ SOURCES/celestia-gcc4.patch	Sun Dec 25 01:35:49 2005
@@ -0,0 +1,24 @@
+diff -ruN celestia-1.4.0./src/celengine/command.h celestia-1.4.0/src/celengine/command.h
+--- celestia-1.4.0./src/celengine/command.h	2004-12-22 23:07:15.000000000 +0100
++++ celestia-1.4.0/src/celengine/command.h	2005-12-25 00:40:12.545499680 +0100
+@@ -94,7 +94,7 @@
+ class CommandGotoLongLat : public InstantaneousCommand
+ {
+  public:
+-    CommandGotoLongLat::CommandGotoLongLat(double t,
++    CommandGotoLongLat(double t,
+                                            double dist,
+                                            float _longitude, float _latitude,
+                                            Vec3f _up);
+diff -ruN celestia-1.4.0./src/celengine/star.h celestia-1.4.0/src/celengine/star.h
+--- celestia-1.4.0./src/celengine/star.h	2005-12-06 18:30:23.000000000 +0100
++++ celestia-1.4.0/src/celengine/star.h	2005-12-25 00:40:20.201335816 +0100
+@@ -30,7 +30,7 @@
+     // orbits and StarDetails objects.  Currently, it's assumed that they
+     // have lifetimes that continue until program termination.
+  public:
+-    StarDetails::StarDetails();
++    StarDetails();
+ 
+     inline float getRadius() const;
+     inline float getTemperature() const;
================================================================


More information about the pld-cvs-commit mailing list