diff options
author | rene <rene@FreeBSD.org> | 2013-09-27 16:43:09 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-09-27 16:43:09 +0800 |
commit | 987c490d9559dd7a98666e55fccc50c9f47aa15a (patch) | |
tree | bb18be5a79f66f9a2f960ecfcd80b92aa2768945 /net | |
parent | 4b52e810ac6e30a24fcc372f4bdfea24828b284d (diff) | |
download | freebsd-ports-gnome-987c490d9559dd7a98666e55fccc50c9f47aa15a.tar.gz freebsd-ports-gnome-987c490d9559dd7a98666e55fccc50c9f47aa15a.tar.zst freebsd-ports-gnome-987c490d9559dd7a98666e55fccc50c9f47aa15a.zip |
Fix build with libc++
Reported by: pkg-fallout
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc_curses/files/patch-boinc_curses.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/boinc_curses/files/patch-boinc_curses.c b/net/boinc_curses/files/patch-boinc_curses.c new file mode 100644 index 000000000000..39fe1ff746d7 --- /dev/null +++ b/net/boinc_curses/files/patch-boinc_curses.c @@ -0,0 +1,10 @@ +--- ./boinc_curses.c.orig 2012-05-25 14:18:33.000000000 +0200 ++++ ./boinc_curses.c 2013-09-27 10:23:19.000000000 +0200 +@@ -21,6 +21,7 @@ + + #include <curses.h> + #include <signal.h> ++#include <time.h> + #include <sys/ioctl.h> + + #include <gui_rpc_client.h> |