diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-07 17:00:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-07 17:00:58 +0000 |
commit | 85f288f3512342d520819adebc3252414cf8328a (patch) | |
tree | 77c562e083a82d3ccaf78fcac1cafb6e5d5d448a /games-board/ace/files | |
parent | remove old (diff) | |
download | gentoo-2-85f288f3512342d520819adebc3252414cf8328a.tar.gz gentoo-2-85f288f3512342d520819adebc3252414cf8328a.tar.bz2 gentoo-2-85f288f3512342d520819adebc3252414cf8328a.zip |
Apply patch to fix implicit pointer conversion on x86_64 arches. Stable on amd64 wrt bug #343463
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'games-board/ace/files')
-rw-r--r-- | games-board/ace/files/ace-1.3-implicit-pointer.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games-board/ace/files/ace-1.3-implicit-pointer.patch b/games-board/ace/files/ace-1.3-implicit-pointer.patch new file mode 100644 index 000000000000..6a5ea42b705a --- /dev/null +++ b/games-board/ace/files/ace-1.3-implicit-pointer.patch @@ -0,0 +1,14 @@ +Index: ace-1.3/games/spider.c +=================================================================== +--- ace-1.3.orig/games/spider.c ++++ ace-1.3/games/spider.c +@@ -20,8 +20,8 @@ + #include <string.h> + #include <time.h> + ++#include "imagelib.h" + #include "cards.h" +-//#include "imagelib.h" + + #define W CARD_WIDTH + #define H CARD_HEIGHT |