diff options
author | vd <vd@FreeBSD.org> | 2013-06-10 16:03:20 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2013-06-10 16:03:20 +0800 |
commit | d8b19477cc784d83397d26d071ba37d01f6a77a8 (patch) | |
tree | 0029c4d1a273f8e2ea80f5569666db45b3015486 /x11-wm | |
parent | d87ca0d3feb92f0d3cb4a41c7162c01172e81a55 (diff) | |
download | freebsd-ports-gnome-d8b19477cc784d83397d26d071ba37d01f6a77a8.tar.gz freebsd-ports-gnome-d8b19477cc784d83397d26d071ba37d01f6a77a8.tar.zst freebsd-ports-gnome-d8b19477cc784d83397d26d071ba37d01f6a77a8.zip |
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@
Diffstat (limited to 'x11-wm')
0 files changed, 0 insertions, 0 deletions