summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-09-27 08:43:09 +0000
committerRene Ladan <rene@FreeBSD.org>2013-09-27 08:43:09 +0000
commita2fa1f44afe7dff33c0e4c5bf4067c522d6793d8 (patch)
treebb18be5a79f66f9a2f960ecfcd80b92aa2768945 /net
parent- Convert to USES+=tk and USES+=gmake (diff)
Fix build with libc++
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=328442
Diffstat (limited to 'net')
-rw-r--r--net/boinc_curses/files/patch-boinc_curses.c10
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>