summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/plib/files/plib-1.8.4-gcc41.patch')
-rw-r--r--media-libs/plib/files/plib-1.8.4-gcc41.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-libs/plib/files/plib-1.8.4-gcc41.patch b/media-libs/plib/files/plib-1.8.4-gcc41.patch
new file mode 100644
index 000000000000..8de385211dc4
--- /dev/null
+++ b/media-libs/plib/files/plib-1.8.4-gcc41.patch
@@ -0,0 +1,20 @@
+--- ./plib-1.8.4/src/ssgAux/ssgaSky.h.old 2003-09-26 16:54:20.000000000 +0200
++++ ./plib-1.8.4/src/ssgAux/ssgaSky.h 2006-02-02 21:22:01.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 ; }
+