FreeBSD Bugzilla – Attachment 134107 Details for
Bug 178712
net/boinc-client - fails to build with -std=c++11 (fix is trivial)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.10 KB, created by
c.kworr
on 2013-05-17 12:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
c.kworr
Created:
2013-05-17 12:20:02 UTC
Size:
1.10 KB
patch
obsolete
>Index: files/patch-api__boinc_api.cpp >=================================================================== >--- files/patch-api__boinc_api.cpp (revision 0) >+++ files/patch-api__boinc_api.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- api/boinc_api.cpp.old 2013-05-17 14:10:37.000000000 +0300 >++++ api/boinc_api.cpp 2013-05-17 14:10:49.000000000 +0300 >+@@ -111,7 +111,7 @@ >+ // CPPFLAGS=-DGETRUSAGE_IN_TIMER_THREAD >+ #endif >+ >+-const char* api_version="API_VERSION_"PACKAGE_VERSION; >++const char* api_version="API_VERSION_" PACKAGE_VERSION; >+ static APP_INIT_DATA aid; >+ static FILE_LOCK file_lock; >+ APP_CLIENT_SHM* app_client_shm = 0; >Index: files/patch-client__client_msgs.h >=================================================================== >--- files/patch-client__client_msgs.h (revision 0) >+++ files/patch-client__client_msgs.h (working copy) >@@ -0,0 +1,10 @@ >+--- client/client_msgs.h.old 2013-05-17 14:13:10.000000000 +0300 >++++ client/client_msgs.h 2013-05-17 14:13:20.000000000 +0300 >+@@ -73,6 +73,6 @@ >+ __attribute__ ((format (printf, 4, 5))) >+ ; >+ >+-#define _(x) "_(\""x"\")" >++#define _(x) "_(\"" x"\")" >+ >+ #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 178712
: 134107