diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-06-13 18:44:22 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-06-13 18:44:22 +0000 |
commit | b714693712ef7bea648628898b8d45a64c442a8d (patch) | |
tree | 00925754525800b4aec8ff63b714dfee0346031f /games-simulation/gl117/files | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-b714693712ef7bea648628898b8d45a64c442a8d.tar.gz gentoo-2-b714693712ef7bea648628898b8d45a64c442a8d.tar.bz2 gentoo-2-b714693712ef7bea648628898b8d45a64c442a8d.zip |
gcc 3.4 fixes
Diffstat (limited to 'games-simulation/gl117/files')
-rw-r--r-- | games-simulation/gl117/files/1.3-gcc-3.4-gentoo.patch | 53 | ||||
-rw-r--r-- | games-simulation/gl117/files/digest-gl117-1.3-r1 | 1 |
2 files changed, 54 insertions, 0 deletions
diff --git a/games-simulation/gl117/files/1.3-gcc-3.4-gentoo.patch b/games-simulation/gl117/files/1.3-gcc-3.4-gentoo.patch new file mode 100644 index 000000000000..372faad78944 --- /dev/null +++ b/games-simulation/gl117/files/1.3-gcc-3.4-gentoo.patch @@ -0,0 +1,53 @@ +Only in gl-117-1.3-src: Makefile +Only in gl-117-1.3-src: config.h +Only in gl-117-1.3-src: config.log +Only in gl-117-1.3-src: config.status +diff -ur gl-117-1.3-src.orig/src/3ds.cpp gl-117-1.3-src/src/3ds.cpp +--- gl-117-1.3-src.orig/src/3ds.cpp 2004-06-12 00:44:13.000000000 -0500 ++++ gl-117-1.3-src/src/3ds.cpp 2004-06-13 13:29:13.191525808 -0500 +@@ -759,7 +759,7 @@ + v->vector.z /= sc;
+ }
+ }
+-};
++}
+
+ #endif
+
+diff -ur gl-117-1.3-src.orig/src/audio.cpp gl-117-1.3-src/src/audio.cpp +--- gl-117-1.3-src.orig/src/audio.cpp 2004-06-12 00:44:13.000000000 -0500 ++++ gl-117-1.3-src/src/audio.cpp 2004-06-13 13:28:17.695962416 -0500 +@@ -322,7 +322,7 @@ + wavemissile1->setVolume (110);
+ waveclick1->setVolume (80);
+ #endif
+-};
++}
+
+ SoundSystem::~SoundSystem ()
+ {
+diff -ur gl-117-1.3-src.orig/src/model.cpp gl-117-1.3-src/src/model.cpp +--- gl-117-1.3-src.orig/src/model.cpp 2004-06-12 00:44:13.000000000 -0500 ++++ gl-117-1.3-src/src/model.cpp 2004-06-13 13:27:52.980719704 -0500 +@@ -57,7 +57,7 @@ + c [0] = cr; c [1] = cg; c [2] = cb; c [3] = ca;
+ }
+
+-CColor::~CColor () {};
++CColor::~CColor () {}
+
+ void CColor::setColor (CColor *col)
+ {
+diff -ur gl-117-1.3-src.orig/src/objload.cpp gl-117-1.3-src/src/objload.cpp +--- gl-117-1.3-src.orig/src/objload.cpp 2004-06-12 00:44:13.000000000 -0500 ++++ gl-117-1.3-src/src/objload.cpp 2004-06-13 13:28:21.967313072 -0500 +@@ -247,7 +247,7 @@ + }
+
+ // model->scale = sc;
+-};
++}
+
+ bool CLoadOBJ::ImportOBJ (CModel *model, char *filename)
+ {
+Only in gl-117-1.3-src: stamp-h1 diff --git a/games-simulation/gl117/files/digest-gl117-1.3-r1 b/games-simulation/gl117/files/digest-gl117-1.3-r1 new file mode 100644 index 000000000000..99b4098b4603 --- /dev/null +++ b/games-simulation/gl117/files/digest-gl117-1.3-r1 @@ -0,0 +1 @@ +MD5 38740f8d354416d3ae30f1b0e1c203c7 gl-117-1.3-src.tar.bz2 2354750 |