FreeBSD Bugzilla – Attachment 137886 Details for
Bug 183627
games/wesnoth fails to compile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
wesnoth.patch
wesnoth.patch (text/x-diff), 1.68 KB, created by
rnejdl
on 2013-11-14 00:43:11 UTC
(
hide
)
Description:
wesnoth.patch
Filename:
MIME Type:
Creator:
rnejdl
Created:
2013-11-14 00:43:11 UTC
Size:
1.68 KB
patch
obsolete
>diff -ruN wesnoth/files/patch-src-chat_events.hpp wesnoth.new/files/patch-src-chat_events.hpp >--- wesnoth/files/patch-src-chat_events.hpp 1969-12-31 18:00:00.000000000 -0600 >+++ wesnoth.new/files/patch-src-chat_events.hpp 2013-11-13 17:09:19.000000000 -0600 >@@ -0,0 +1,10 @@ >+--- src/chat_events.hpp.orig 2013-11-09 20:12:59.000000000 +0400 >++++ src/chat_events.hpp 2013-11-09 20:13:07.000000000 +0400 >+@@ -20,6 +20,7 @@ >+ #include "global.hpp" >+ >+ #include <string> >++#include <time.h> >+ >+ namespace events { >+ >diff -ruN wesnoth/files/patch-src-server-metrics.hpp wesnoth.new/files/patch-src-server-metrics.hpp >--- wesnoth/files/patch-src-server-metrics.hpp 1969-12-31 18:00:00.000000000 -0600 >+++ wesnoth.new/files/patch-src-server-metrics.hpp 2013-11-13 17:09:23.000000000 -0600 >@@ -0,0 +1,10 @@ >+--- src/server/metrics.hpp.orig 2013-11-09 20:10:45.000000000 +0400 >++++ src/server/metrics.hpp 2013-11-09 20:10:50.000000000 +0400 >+@@ -27,6 +27,7 @@ >+ #endif >+ >+ #include "simple_wml.hpp" >++#include <time.h> >+ >+ class metrics >+ { >diff -ruN wesnoth/files/patch-src-server-user_handler.cpp wesnoth.new/files/patch-src-server-user_handler.cpp >--- wesnoth/files/patch-src-server-user_handler.cpp 1969-12-31 18:00:00.000000000 -0600 >+++ wesnoth.new/files/patch-src-server-user_handler.cpp 2013-11-13 17:09:27.000000000 -0600 >@@ -0,0 +1,10 @@ >+--- src/server/user_handler.cpp.orig 2013-11-09 20:09:08.000000000 +0400 >++++ src/server/user_handler.cpp 2013-11-09 20:09:19.000000000 +0400 >+@@ -18,6 +18,7 @@ >+ #include "serialization/string_utils.hpp" >+ >+ #include <ctime> >++#include <time.h> >+ >+ bool user_handler::send_mail(const std::string& to_user, >+ const std::string& /*subject*/, const std::string& /*message*/) {
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 183627
:
137885
| 137886