freebsd-ports/net/boinc-client/files/patch-clientgui-AsyncRPC.cpp
Pav Lucistnik 672adf10f5 - Enable per thread locale on recent FreeBSD 9
PR:		ports/168257
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2012-05-25 12:23:56 +00:00

12 lines
375 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
@@ -20,7 +20,9 @@
#endif
#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