mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with libc++
Reported by: pkg-fallout
This commit is contained in:
parent
ea6fe4fa96
commit
a2fa1f44af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328442
1 changed files with 10 additions and 0 deletions
10
net/boinc_curses/files/patch-boinc_curses.c
Normal file
10
net/boinc_curses/files/patch-boinc_curses.c
Normal file
|
@ -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>
|
Loading…
Add table
Reference in a new issue