diff --git a/games/spring/Makefile b/games/spring/Makefile index 3b2702b459e7..07d3da190722 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -15,7 +15,6 @@ COMMENT= Project aiming to create a new and versatile RTS Engine LICENSE= GPLv2 BROKEN= fails to build with boost 1.66, see bug 224124 -BROKEN_FreeBSD_10= fails to build with boost 1.65, see bug 220762 LIB_DEPENDS= libfreetype.so:print/freetype2 \ libboost_thread.so:devel/boost-libs \ diff --git a/games/spring/files/patch-math b/games/spring/files/patch-math index 6589dd62bcaf..d9fe161ab81c 100644 --- a/games/spring/files/patch-math +++ b/games/spring/files/patch-math @@ -5,6 +5,16 @@ +#include #include #include ++++ rts/lib/streflop/SMath.h +@@ -16,6 +16,8 @@ + #ifndef STREFLOP_MATH_H + #define STREFLOP_MATH_H + ++#include ++ + // just in case, should already be included + #include "streflop.h" + +++ rts/Sim/Weapons/LaserCannon.cpp 2015-04-07 20:49:52 -0400 @@ -1,4 +1,6 @@ /* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */