FreeBSD Bugzilla – Attachment 204246 Details for
Bug 237773
games/openmw: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
openmw.patch (text/plain), 8.70 KB, created by
Piotr Kubaj
on 2019-05-07 13:37:40 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-05-07 13:37:40 UTC
Size:
8.70 KB
patch
obsolete
>Index: files/patch-apps_openmw_mwgui_alchemywindow.hpp >=================================================================== >--- files/patch-apps_openmw_mwgui_alchemywindow.hpp (nonexistent) >+++ files/patch-apps_openmw_mwgui_alchemywindow.hpp (working copy) >@@ -0,0 +1,10 @@ >+--- apps/openmw/mwgui/alchemywindow.hpp.orig 2019-05-07 12:08:49 UTC >++++ apps/openmw/mwgui/alchemywindow.hpp >+@@ -1,6 +1,7 @@ >+ #ifndef MWGUI_ALCHEMY_H >+ #define MWGUI_ALCHEMY_H >+ >++#include <memory> >+ #include <vector> >+ >+ #include <MyGUI_ControllerManager.h> > >Property changes on: files/patch-apps_openmw_mwgui_alchemywindow.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-apps_openmw_mwgui_bookpage.hpp >=================================================================== >--- files/patch-apps_openmw_mwgui_bookpage.hpp (nonexistent) >+++ files/patch-apps_openmw_mwgui_bookpage.hpp (working copy) >@@ -0,0 +1,10 @@ >+--- apps/openmw/mwgui/bookpage.hpp.orig 2019-05-07 12:12:37 UTC >++++ apps/openmw/mwgui/bookpage.hpp >+@@ -6,6 +6,7 @@ >+ #include "MyGUI_FontManager.h" >+ >+ #include <functional> >++#include <memory> >+ #include <stdint.h> >+ >+ #include <components/settings/settings.hpp> > >Property changes on: files/patch-apps_openmw_mwgui_bookpage.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-apps_openmw_mwgui_loadingscreen.hpp >=================================================================== >--- files/patch-apps_openmw_mwgui_loadingscreen.hpp (nonexistent) >+++ files/patch-apps_openmw_mwgui_loadingscreen.hpp (working copy) >@@ -0,0 +1,11 @@ >+--- apps/openmw/mwgui/loadingscreen.hpp.orig 2019-05-07 12:33:38 UTC >++++ apps/openmw/mwgui/loadingscreen.hpp >+@@ -1,6 +1,8 @@ >+ #ifndef MWGUI_LOADINGSCREEN_H >+ #define MWGUI_LOADINGSCREEN_H >+ >++#include <memory> >++ >+ #include <osg/Timer> >+ #include <osg/ref_ptr> >+ > >Property changes on: files/patch-apps_openmw_mwgui_loadingscreen.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-apps_openmw_mwgui_mapwindow.hpp >=================================================================== >--- files/patch-apps_openmw_mwgui_mapwindow.hpp (nonexistent) >+++ files/patch-apps_openmw_mwgui_mapwindow.hpp (working copy) >@@ -0,0 +1,10 @@ >+--- apps/openmw/mwgui/mapwindow.hpp.orig 2019-05-07 12:05:04 UTC >++++ apps/openmw/mwgui/mapwindow.hpp >+@@ -1,6 +1,7 @@ >+ #ifndef MWGUI_MAPWINDOW_H >+ #define MWGUI_MAPWINDOW_H >+ >++#include <memory> >+ #include <stdint.h> >+ >+ #include "windowpinnablebase.hpp" > >Property changes on: files/patch-apps_openmw_mwgui_mapwindow.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-apps_openmw_mwgui_race.hpp >=================================================================== >--- files/patch-apps_openmw_mwgui_race.hpp (nonexistent) >+++ files/patch-apps_openmw_mwgui_race.hpp (working copy) >@@ -0,0 +1,10 @@ >+--- apps/openmw/mwgui/race.hpp.orig 2019-05-07 12:14:37 UTC >++++ apps/openmw/mwgui/race.hpp >+@@ -4,6 +4,7 @@ >+ #include "windowbase.hpp" >+ #include <MyGUI_RenderManager.h> >+ >++#include <memory> >+ >+ namespace MWGui >+ { > >Property changes on: files/patch-apps_openmw_mwgui_race.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-apps_openmw_mwgui_savegamedialog.hpp >=================================================================== >--- files/patch-apps_openmw_mwgui_savegamedialog.hpp (nonexistent) >+++ files/patch-apps_openmw_mwgui_savegamedialog.hpp (working copy) >@@ -0,0 +1,11 @@ >+--- apps/openmw/mwgui/savegamedialog.hpp.orig 2019-05-07 12:38:02 UTC >++++ apps/openmw/mwgui/savegamedialog.hpp >+@@ -1,6 +1,8 @@ >+ #ifndef OPENMW_MWGUI_SAVEGAMEDIALOG_H >+ #define OPENMW_MWGUI_SAVEGAMEDIALOG_H >+ >++#include <memory> >++ >+ #include "windowbase.hpp" >+ >+ namespace MWState > >Property changes on: files/patch-apps_openmw_mwgui_savegamedialog.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-apps_openmw_mwgui_screenfader.hpp >=================================================================== >--- files/patch-apps_openmw_mwgui_screenfader.hpp (nonexistent) >+++ files/patch-apps_openmw_mwgui_screenfader.hpp (working copy) >@@ -0,0 +1,10 @@ >+--- apps/openmw/mwgui/screenfader.hpp.orig 2019-05-07 12:35:15 UTC >++++ apps/openmw/mwgui/screenfader.hpp >+@@ -2,6 +2,7 @@ >+ #define OPENMW_MWGUI_SCREENFADER_H >+ >+ #include <deque> >++#include <memory> >+ >+ #include "windowbase.hpp" >+ > >Property changes on: files/patch-apps_openmw_mwgui_screenfader.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-apps_openmw_mwgui_spellview.hpp >=================================================================== >--- files/patch-apps_openmw_mwgui_spellview.hpp (nonexistent) >+++ files/patch-apps_openmw_mwgui_spellview.hpp (working copy) >@@ -0,0 +1,10 @@ >+--- apps/openmw/mwgui/spellview.hpp.orig 2019-05-07 12:34:32 UTC >++++ apps/openmw/mwgui/spellview.hpp >+@@ -1,6 +1,7 @@ >+ #ifndef OPENMW_GUI_SPELLVIEW_H >+ #define OPENMW_GUI_SPELLVIEW_H >+ >++#include <memory> >+ #include <tuple> >+ >+ #include <MyGUI_Widget.h> > >Property changes on: files/patch-apps_openmw_mwgui_spellview.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-apps_openmw_mwgui_videowidget.hpp >=================================================================== >--- files/patch-apps_openmw_mwgui_videowidget.hpp (nonexistent) >+++ files/patch-apps_openmw_mwgui_videowidget.hpp (working copy) >@@ -0,0 +1,10 @@ >+--- apps/openmw/mwgui/videowidget.hpp.orig 2019-05-07 12:36:32 UTC >++++ apps/openmw/mwgui/videowidget.hpp >+@@ -1,6 +1,7 @@ >+ #ifndef OPENMW_MWGUI_VIDEOWIDGET_H >+ #define OPENMW_MWGUI_VIDEOWIDGET_H >+ >++#include <memory> >+ #include <MyGUI_Widget.h> >+ >+ namespace Video > >Property changes on: files/patch-apps_openmw_mwgui_videowidget.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-components_crashcatcher_crashcatcher.cpp >=================================================================== >--- files/patch-components_crashcatcher_crashcatcher.cpp (nonexistent) >+++ files/patch-components_crashcatcher_crashcatcher.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- components/crashcatcher/crashcatcher.cpp.orig 2019-05-07 13:04:04 UTC >++++ components/crashcatcher/crashcatcher.cpp >+@@ -11,6 +11,7 @@ >+ #include <limits.h> >+ >+ #include <pthread.h> >++#include <memory> >+ #include <stdbool.h> >+ #include <sys/ptrace.h> >+ > >Property changes on: files/patch-components_crashcatcher_crashcatcher.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
tobik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 237773
: 204246