Index: Makefile =================================================================== --- Makefile (revision 507525) +++ Makefile (working copy) @@ -15,13 +15,11 @@ LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp -BROKEN_powerpc64= fails to compile: XcomResourcePack.cpp: undefined reference to YAML::LoadFile - USE_GITHUB= yes GH_ACCOUNT= SupSuper GH_PROJECT= OpenXcom -USES= compiler:c++11-lang gmake pkgconfig +USES= compiler:c++11-lang gl gmake pkgconfig sdl USE_CXXSTD= c++11 USE_SDL= sdl mixer image gfx USE_GL= gl Index: files/patch-src_Engine_Language.cpp =================================================================== --- files/patch-src_Engine_Language.cpp (nonexistent) +++ files/patch-src_Engine_Language.cpp (working copy) @@ -0,0 +1,10 @@ +--- src/Engine/Language.cpp.orig 2019-08-03 22:25:23 UTC ++++ src/Engine/Language.cpp +@@ -17,6 +17,7 @@ + * along with OpenXcom. If not, see . + */ + #include "Language.h" ++#include + #include + #include + #include Property changes on: files/patch-src_Engine_Language.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 Index: files/patch-src_Engine_OptionInfo.cpp =================================================================== --- files/patch-src_Engine_OptionInfo.cpp (nonexistent) +++ files/patch-src_Engine_OptionInfo.cpp (working copy) @@ -0,0 +1,10 @@ +--- src/Engine/OptionInfo.cpp.orig 2019-08-03 22:24:06 UTC ++++ src/Engine/OptionInfo.cpp +@@ -16,6 +16,7 @@ + * You should have received a copy of the GNU General Public License + * along with OpenXcom. If not, see . + */ ++#include + #include "OptionInfo.h" + #include "Exception.h" + Property changes on: files/patch-src_Engine_OptionInfo.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 Index: files/patch-src_Menu_ListGamesState.cpp =================================================================== --- files/patch-src_Menu_ListGamesState.cpp (nonexistent) +++ files/patch-src_Menu_ListGamesState.cpp (working copy) @@ -0,0 +1,10 @@ +--- src/Menu/ListGamesState.cpp.orig 2019-08-03 22:29:28 UTC ++++ src/Menu/ListGamesState.cpp +@@ -17,6 +17,7 @@ + * along with OpenXcom. If not, see . + */ + #include "ListGamesState.h" ++#include + #include + #include "../Engine/Logger.h" + #include "../Savegame/SavedGame.h" Property changes on: files/patch-src_Menu_ListGamesState.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 Index: files/patch-src_Menu_ListLoadState.cpp =================================================================== --- files/patch-src_Menu_ListLoadState.cpp (nonexistent) +++ files/patch-src_Menu_ListLoadState.cpp (working copy) @@ -0,0 +1,10 @@ +--- src/Menu/ListLoadState.cpp.orig 2019-08-03 22:27:50 UTC ++++ src/Menu/ListLoadState.cpp +@@ -16,6 +16,7 @@ + * You should have received a copy of the GNU General Public License + * along with OpenXcom. If not, see . + */ ++#include + #include "ListLoadState.h" + #include "../Engine/Game.h" + #include "../Engine/Language.h" Property changes on: files/patch-src_Menu_ListLoadState.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 Index: files/patch-src_Savegame_Craft.cpp =================================================================== --- files/patch-src_Savegame_Craft.cpp (nonexistent) +++ files/patch-src_Savegame_Craft.cpp (working copy) @@ -0,0 +1,10 @@ +--- src/Savegame/Craft.cpp.orig 2019-08-03 22:32:11 UTC ++++ src/Savegame/Craft.cpp +@@ -18,6 +18,7 @@ + */ + #define _USE_MATH_DEFINES + #include "Craft.h" ++#include + #include + #include + #include "../Engine/Language.h" Property changes on: files/patch-src_Savegame_Craft.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