diff options
author | 2006-06-23 05:00:39 +0000 | |
---|---|---|
committer | 2006-06-23 05:00:39 +0000 | |
commit | f4351dd87acd3c1a01d35fb59e8146b3d1216fbd (patch) | |
tree | c2730ed5ec9689b699ce198aac37aa0c81bf26ef /games-arcade/xevil/files | |
parent | add patch from Tristan Heaven via bug #137673 to avoid prestripping binary an... (diff) | |
download | historical-f4351dd87acd3c1a01d35fb59e8146b3d1216fbd.tar.gz historical-f4351dd87acd3c1a01d35fb59e8146b3d1216fbd.tar.bz2 historical-f4351dd87acd3c1a01d35fb59e8146b3d1216fbd.zip |
add patch from Tristan Heaven via bug #137673 to avoid prestripping binary and tidy ebuild; bump to latest debian patch
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'games-arcade/xevil/files')
-rw-r--r-- | games-arcade/xevil/files/xevil-2.02_p2-gcc41.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-arcade/xevil/files/xevil-2.02_p2-gcc41.patch b/games-arcade/xevil/files/xevil-2.02_p2-gcc41.patch deleted file mode 100644 index 06c3021e164a..000000000000 --- a/games-arcade/xevil/files/xevil-2.02_p2-gcc41.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- cmn/utils.cpp.old 2006-04-27 22:40:27.000000000 +0200 -+++ cmn/utils.cpp 2006-04-27 22:40:40.000000000 +0200 -@@ -753,7 +753,7 @@ - - - private: -- Bucket* HashTable::_get(int &index,void* key); -+ Bucket* _get(int &index,void* key); - /* MODIFIES: index */ - /* EFFECTS: Internal helper function. Return the Bucket containing key - or NULL if not found. Set index to the bucket list for key whether ---- cmn/locator.h.old 2006-04-27 22:46:53.000000000 +0200 -+++ cmn/locator.h 2006-04-27 22:47:40.000000000 +0200 -@@ -96,6 +96,10 @@ - #define OL_RECENT_SOUNDS_MAX 30 - - -+class OLgridEntry; -+#if X11 -+class OLshadowEntry; -+#endif - - // An entry for one object in the list of all objects currently in the game. - class OLentry { ---- cmn/game.cpp.old 2006-04-27 23:43:10.000000000 +0200 -+++ cmn/game.cpp 2006-04-27 23:43:55.000000000 +0200 -@@ -2252,7 +2252,6 @@ - if (keysym != NoSymbol) - right[n][which] = keysym; - } -- delete option; - } - - { // Left Keys. -@@ -2272,7 +2271,6 @@ - if (keysym != NoSymbol) - left[n][which] = keysym; - } -- delete option; - } - } - |