diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 05:00:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 05:00:39 +0000 |
commit | 192e9bcf309d663139f6825f0fe04a9fe3e57d06 (patch) | |
tree | 19657712c6d347efc0953d40d2159e96cec44af3 /games-arcade/xevil/files | |
parent | add patch from Tristan Heaven via bug #137673 to avoid prestripping binary an... (diff) | |
download | gentoo-2-192e9bcf309d663139f6825f0fe04a9fe3e57d06.tar.gz gentoo-2-192e9bcf309d663139f6825f0fe04a9fe3e57d06.tar.bz2 gentoo-2-192e9bcf309d663139f6825f0fe04a9fe3e57d06.zip |
add patch from Tristan Heaven via bug #137673 to avoid prestripping binary and tidy ebuild; bump to latest debian patch
(Portage version: 2.1.1_pre1-r1)
(Unsigned Manifest commit)
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; - } - } - |