diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-03-12 15:59:24 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-03-12 15:59:24 +0000 |
commit | 8b43a80459b332bcd567cef773e2bd0acce488ac (patch) | |
tree | e7692c0f45c64feba0f649fcc74b16d614bf05b4 /games-simulation/gl117/files | |
parent | Stable on sparc (diff) | |
download | historical-8b43a80459b332bcd567cef773e2bd0acce488ac.tar.gz historical-8b43a80459b332bcd567cef773e2bd0acce488ac.tar.bz2 historical-8b43a80459b332bcd567cef773e2bd0acce488ac.zip |
Install menu entry, bug #160215
Package-Manager: portage-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)
- {
|