diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-03 02:47:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-03 02:47:55 +0000 |
commit | 1421dbfa4c86bbb67147d7809c0a2ffc8627883f (patch) | |
tree | 005e385f6472d29ead930d46b5eb80d6f4147e1d /games-fps/alephone/files | |
parent | Marked as stable on amd64 and sparc. (diff) | |
download | historical-1421dbfa4c86bbb67147d7809c0a2ffc8627883f.tar.gz historical-1421dbfa4c86bbb67147d7809c0a2ffc8627883f.tar.bz2 historical-1421dbfa4c86bbb67147d7809c0a2ffc8627883f.zip |
initial ebuild #43303
Diffstat (limited to 'games-fps/alephone/files')
-rw-r--r-- | games-fps/alephone/files/20040417-gcc34.patch | 24 | ||||
-rw-r--r-- | games-fps/alephone/files/digest-alephone-20040417 | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/games-fps/alephone/files/20040417-gcc34.patch b/games-fps/alephone/files/20040417-gcc34.patch new file mode 100644 index 000000000000..a6a96fac5748 --- /dev/null +++ b/games-fps/alephone/files/20040417-gcc34.patch @@ -0,0 +1,24 @@ +diff -Naur aleph_20040417.orig/Source_Files/GameWorld/TickBasedCircularQueue.h aleph_20040417.new/Source_Files/GameWorld/TickBasedCircularQueue.h +--- aleph_20040417.orig/Source_Files/GameWorld/TickBasedCircularQueue.h 2005-01-02 18:33:55.919198281 +0000 ++++ aleph_20040417.new/Source_Files/GameWorld/TickBasedCircularQueue.h 2005-01-02 18:36:07.587086057 +0000 +@@ -166,7 +166,7 @@ + class MutableElementsTickBasedCircularQueue : public ConcreteTickBasedCircularQueue<tValueType> { + public: + MutableElementsTickBasedCircularQueue(int inBufferCapacity) : ConcreteTickBasedCircularQueue<tValueType>(inBufferCapacity) {} +- tValueType& at(int32 inTick) { return elementForTick(inTick); } ++ tValueType& at(int32 inTick) { return this->elementForTick(inTick); } + tValueType& operator [](int32 inTick) { return at(inTick); } + }; + +diff -Naur aleph_20040417.orig/Source_Files/ModelView/Dim3_Loader.cpp aleph_20040417.new/Source_Files/ModelView/Dim3_Loader.cpp +--- aleph_20040417.orig/Source_Files/ModelView/Dim3_Loader.cpp 2005-01-02 18:33:55.886203321 +0000 ++++ aleph_20040417.new/Source_Files/ModelView/Dim3_Loader.cpp 2005-01-02 18:34:29.291100734 +0000 +@@ -225,7 +225,7 @@ + { + size_t NumBones = Model.Bones.size(); + BoneIndices.resize(NumBones); +- fill(BoneIndices.begin(),BoneIndices.end(),UNONE); // No bones listed -- yet ++ fill(BoneIndices.begin(),BoneIndices.end(),(size_t) UNONE); // No bones listed -- yet + vector<Model3D_Bone> SortedBones(NumBones); + vector<size_t> BoneStack(NumBones); + vector<bool> BonesUsed(NumBones); diff --git a/games-fps/alephone/files/digest-alephone-20040417 b/games-fps/alephone/files/digest-alephone-20040417 new file mode 100644 index 000000000000..10582c22ea9c --- /dev/null +++ b/games-fps/alephone/files/digest-alephone-20040417 @@ -0,0 +1 @@ +MD5 331d36c73672984df6ab5cd373552b22 aleph-20040417.tar.bz2 2293780 |