diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-03-12 15:59:24 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-03-12 15:59:24 +0000 |
commit | 48c6f78bbcb5b754c3e1ac7a5c8a2e3c42c91578 (patch) | |
tree | 1ca373d1d432eed0f33efe5cb78610df85ba79b0 /games-simulation/gl117/files | |
parent | Stable on sparc (diff) | |
download | gentoo-2-48c6f78bbcb5b754c3e1ac7a5c8a2e3c42c91578.tar.gz gentoo-2-48c6f78bbcb5b754c3e1ac7a5c8a2e3c42c91578.tar.bz2 gentoo-2-48c6f78bbcb5b754c3e1ac7a5c8a2e3c42c91578.zip |
Install menu entry, bug #160215
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-simulation/gl117/files')
-rw-r--r-- | games-simulation/gl117/files/1.3-gcc-3.4-gentoo.patch | 48 |
1 files changed, 0 insertions, 48 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 deleted file mode 100644 index 7981c9277e9a..000000000000 --- a/games-simulation/gl117/files/1.3-gcc-3.4-gentoo.patch +++ /dev/null @@ -1,48 +0,0 @@ -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)
- {
|