View | Details | Raw Unified | Return to bug 220762
Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	spring
4
PORTNAME=	spring
5
PORTVERSION=	98.0
5
PORTVERSION=	98.0
6
PORTREVISION=	9
6
PORTREVISION=	10
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \
8
MASTER_SITES=	SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \
9
		http://springrts.com/dl/
9
		http://springrts.com/dl/
Lines 14-21 Link Here
14
14
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2
16
16
17
BROKEN_FreeBSD_10=	fails to build with boost 1.65, see bug 220762
18
19
LIB_DEPENDS=	libfreetype.so:print/freetype2 \
17
LIB_DEPENDS=	libfreetype.so:print/freetype2 \
20
		libboost_thread.so:devel/boost-libs \
18
		libboost_thread.so:devel/boost-libs \
21
		libIL.so:graphics/devil \
19
		libIL.so:graphics/devil \
(-)files/patch-SMath.h (+10 lines)
Line 0 Link Here
1
--- /lib/streflop/Math.h.orig	2017-11-19 05:22:21 UTC
2
+++ rts/lib/streflop/SMath.h
3
@@ -18,6 +18,7 @@
4
 
5
 // just in case, should already be included
6
 #include "streflop.h"
7
+#include <cmath>
8
 
9
 // Names from the libm conversion
10
 namespace streflop_libm {

Return to bug 220762