diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-08 23:58:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-08 23:58:27 +0000 |
commit | b3ecdb67ef8da798f881653647f58b09250fa6d0 (patch) | |
tree | 9f8c12d4ffd9d3308f21fa8457f9069c8c2c03b2 /games-mud/kmuddy/files | |
parent | Fixed digest. Upstream changed to version 0.3.4.1 without renumbering tarball (diff) | |
download | historical-b3ecdb67ef8da798f881653647f58b09250fa6d0.tar.gz historical-b3ecdb67ef8da798f881653647f58b09250fa6d0.tar.bz2 historical-b3ecdb67ef8da798f881653647f58b09250fa6d0.zip |
add patch for gcc34 (bug #61313)
Diffstat (limited to 'games-mud/kmuddy/files')
-rw-r--r-- | games-mud/kmuddy/files/0.6.1-gcc34.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games-mud/kmuddy/files/0.6.1-gcc34.patch b/games-mud/kmuddy/files/0.6.1-gcc34.patch new file mode 100644 index 000000000000..e87849a766d0 --- /dev/null +++ b/games-mud/kmuddy/files/0.6.1-gcc34.patch @@ -0,0 +1,22 @@ +--- ctelnet.h.orig 2004-09-08 15:05:22.000000000 -0700 ++++ ctelnet.h 2004-09-08 15:05:55.000000000 -0700 +@@ -267,7 +267,7 @@ + for more information... */ + bool announcedState[256]; + /** whether the server has already announced his WILL/WON'T */ +- bool heAnnouncedState[256];; ++ bool heAnnouncedState[256]; + /** whether we have tried to enable this option */ + bool triedToEnable[256]; + /** amount of bytes sent up to now */ +--- cdownloader.h.orig 2004-09-08 15:05:30.000000000 -0700 ++++ cdownloader.h 2004-09-08 15:06:11.000000000 -0700 +@@ -30,7 +30,7 @@ + #endif + + //forward declaration for KIO::Job +-namespace KIO { class Job; }; ++namespace KIO { class Job; } + + /** + Class used to download stuff. |