diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-09-18 13:48:19 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-09-18 13:48:19 +0000 |
commit | 7f6ba9d599f3b8b6db072b454af13d28028ca954 (patch) | |
tree | 27d19c6c9f73fd5ceb3e321a8c61d305d005893d /net/boinc-client/files/patch-lib__str_util.cpp | |
parent | Fix up plist. (diff) |
net/boinc-client :
- update to 7.0.65 [1] Unlike the PR, keep the SKINS option and the
extra skins, and do not pregenerate autotools files.
- work around a build conflict with archivers/libzip in port Makefile [2]
- pre-emptively fix build with libc++
- change MASTERSITE from Pav's to my site
- comment out the BROKEN message for sparc64/ia64/powerpc (for now)
- regenerate patches using 'make makepatch'
astro/boinc-{setiathome-enhanced,astropulse} :
- remove obsolete calls to functions removed from libboinc
to prevent breakage
PR: ports/176724 [1]
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [1]
Submitted by: zi@ [2]
Diffstat (limited to 'net/boinc-client/files/patch-lib__str_util.cpp')
-rw-r--r-- | net/boinc-client/files/patch-lib__str_util.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/boinc-client/files/patch-lib__str_util.cpp b/net/boinc-client/files/patch-lib__str_util.cpp new file mode 100644 index 000000000000..eabec39d4d16 --- /dev/null +++ b/net/boinc-client/files/patch-lib__str_util.cpp @@ -0,0 +1,10 @@ +--- ./lib/str_util.cpp.orig 2013-07-24 15:13:29.000000000 +0000 ++++ ./lib/str_util.cpp 2013-09-17 21:45:40.000000000 +0000 +@@ -29,6 +29,7 @@ + #include <string> + #include <math.h> + #include <string.h> ++#include <time.h> + #include <stdlib.h> + #include <ctype.h> + #endif |