7f6ba9d599
- 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]
12 lines
384 B
C++
12 lines
384 B
C++
--- clientgui/AsyncRPC.cpp.orig 2012-04-07 11:55:37.000000000 +0300
|
|
+++ clientgui/AsyncRPC.cpp 2012-04-07 11:56:14.000000000 +0300
|
|
@@ -31,7 +31,9 @@
|
|
#include "util.h"
|
|
|
|
#if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)))
|
|
+#if !defined(NO_PER_THREAD_LOCALE)
|
|
#include <xlocale.h>
|
|
+#endif
|
|
#include "gui_rpc_client.h"
|
|
#endif
|
|
|