diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2013-06-10 08:03:20 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2013-06-10 08:03:20 +0000 |
commit | dce3d0d80f3c0aeb025fae9e26b3af32a7e89215 (patch) | |
tree | 0029c4d1a273f8e2ea80f5569666db45b3015486 /lang/python33 | |
parent | Removed useless quotes (diff) |
databases/gnats4: Fix build failure on FreeBSD 10
gnats/gnats.h contains its own prototypes of asprintf() and vasprintf()
which conflict with the system ones:
In file included from edit.c:21:
./gnats.h:140:12: error: conflicting types for 'asprintf'
extern int asprintf (char **buf, const char *fmt, ...);
^
/usr/include/stdio.h:396:6: note: previous declaration is here
int asprintf(char **, const char *, ...) __printflike(2, 3);
Just remove the prototypes from gnats.h.
Reported by: miwi@
Notes
Notes:
svn path=/head/; revision=320441
Diffstat (limited to 'lang/python33')
0 files changed, 0 insertions, 0 deletions