diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-04 14:26:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-04 14:26:51 +0000 |
commit | 6e00b2437a5c3f01dcbbfa4a25e1a5c750c3fbf1 (patch) | |
tree | fb05702e81b0ea88c0d3803338b254a808634835 /games/xataxx/files/patch-parse.c | |
parent | - Update MASTER_SITES (diff) |
- Update MASTER_SITES
- Fix build with clang
- Add MAKE_JOBS_SAFE
- Reformat pkg-descr
PR: 175592
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=311619
Diffstat (limited to 'games/xataxx/files/patch-parse.c')
-rw-r--r-- | games/xataxx/files/patch-parse.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/xataxx/files/patch-parse.c b/games/xataxx/files/patch-parse.c new file mode 100644 index 000000000000..0166979afb56 --- /dev/null +++ b/games/xataxx/files/patch-parse.c @@ -0,0 +1,9 @@ +--- parse.c.orig ++++ parse.c +@@ -1,4 +1,6 @@ + #include <stdio.h> ++#include <stdlib.h> ++#include <string.h> + #include <strings.h> + #include "struct.h" + |