From 0344f40a7f4f1face50b02355012970a306e3592 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 12 May 2008 09:57:31 +0000 Subject: [PATCH] Stefan Fiedler: plib: patch for gcc4x [2008012411114831298] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9013 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kasc/plib/gcc4.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package/kasc/plib/gcc4.patch diff --git a/package/kasc/plib/gcc4.patch b/package/kasc/plib/gcc4.patch new file mode 100644 index 000000000..88e30aa6b --- /dev/null +++ b/package/kasc/plib/gcc4.patch @@ -0,0 +1,20 @@ +--- ./src/ssgAux/ssgaSky.h~ 2003-09-26 16:54:20.000000000 +0200 ++++ ./src/ssgAux/ssgaSky.h 2008-01-19 01:28:37.000000000 +0100 +@@ -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 ; } +