diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-18 23:26:09 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-18 23:26:09 +0000 |
commit | 410b568baf5bf52cc1a789a4ab01aebb69907783 (patch) | |
tree | a9b13f14b1b0353c9b36f6b3759513ffa409d352 /games/hitori/files/patch-src__interface.c | |
parent | - Support staging (diff) |
- Update to 0.4.2
- Add dependency for textproc/p5-XML-Parser
- USE_GNOME cairo instead of graphics/cairo
- Support STAGEDIR
- Use patch-src__interface.c instead of patch-src-interface.c
Approved by: pawel / wg (mentors, implicit
Notes
Notes:
svn path=/head/; revision=334274
Diffstat (limited to 'games/hitori/files/patch-src__interface.c')
-rw-r--r-- | games/hitori/files/patch-src__interface.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/hitori/files/patch-src__interface.c b/games/hitori/files/patch-src__interface.c new file mode 100644 index 000000000000..0593bd7298fb --- /dev/null +++ b/games/hitori/files/patch-src__interface.c @@ -0,0 +1,10 @@ +--- ./src/interface.c.orig 2013-10-10 10:27:44.000000000 +0200 ++++ ./src/interface.c 2013-11-12 19:36:25.000000000 +0100 +@@ -26,6 +26,7 @@ + #include "main.h" + #include "interface.h" + #include "rules.h" ++#include <string.h> + + #define NORMAL_FONT_SCALE 0.9 + #define PAINTED_FONT_SCALE 0.6 |