Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 507022 Details for
Bug 639108
=sci-misc/boinc-7.8.1: clientgui/AsyncRPC.cpp:23:21: fatal error: xlocale.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add guard for xlocale.h to AsyncRPC.cpp.
add-missing-xlocale.h-guard.patch (text/plain), 655 bytes, created by
Fabio Scaccabarozzi
on 2017-11-28 20:08:48 UTC
(
hide
)
Description:
Add guard for xlocale.h to AsyncRPC.cpp.
Filename:
MIME Type:
Creator:
Fabio Scaccabarozzi
Created:
2017-11-28 20:08:48 UTC
Size:
655 bytes
patch
obsolete
>diff -Nuar boinc-client_release-7.8-7.8.1.orig/clientgui/AsyncRPC.cpp boinc-client_release-7.8-7.8.1/clientgui/AsyncRPC.cpp >--- boinc-client_release-7.8-7.8.1.orig/clientgui/AsyncRPC.cpp 2017-08-10 07:59:31.000000000 +0200 >+++ boinc-client_release-7.8-7.8.1/clientgui/AsyncRPC.cpp 2017-11-28 20:41:09.290461123 +0100 >@@ -19,7 +19,7 @@ > #pragma implementation "AsyncRPC.h" > #endif > >-#if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4))) >+#if defined(HAVE_XLOCALE_H) && (!(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)))) > #include <xlocale.h> > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 639108
:
507022
|
510856