SOURCES: plib-gcc4.patch (NEW) - fix build
megabajt
megabajt at pld-linux.org
Sun Apr 16 12:48:23 CEST 2006
Author: megabajt Date: Sun Apr 16 10:48:23 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix build
---- Files affected:
SOURCES:
plib-gcc4.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/plib-gcc4.patch
diff -u /dev/null SOURCES/plib-gcc4.patch:1.1
--- /dev/null Sun Apr 16 12:48:23 2006
+++ SOURCES/plib-gcc4.patch Sun Apr 16 12:48:18 2006
@@ -0,0 +1,21 @@
+diff -urN plib-1.8.4/src/ssgAux/ssgaSky.h plib-1.8.4.new/src/ssgAux/ssgaSky.h
+--- plib-1.8.4/src/ssgAux/ssgaSky.h 2003-09-26 16:54:20.000000000 +0200
++++ plib-1.8.4.new/src/ssgAux/ssgaSky.h 2006-04-16 10:18:26.000000000 +0200
+@@ -104,7 +104,7 @@
+ ssgaCelestialBodyList ( int init = 3 )
+ : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
+
+- ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); }
++ ~ssgaCelestialBodyList () { removeAll(); }
+
+ int getNum (void) { return total ; }
+
+@@ -192,7 +192,7 @@
+ ssgaCloudLayerList ( int init = 3 )
+ : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
+
+- ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); }
++ ~ssgaCloudLayerList () { removeAll(); }
+
+ int getNum (void) { return total ; }
+
================================================================
More information about the pld-cvs-commit
mailing list