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

(-)Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USES=		gmake localbase tar:tgz
18
USES=		compiler:c++11-lang gl gmake localbase tar:tgz
19
USE_GL=		gl
19
USE_GL=		gl
20
USE_WX=		2.8
20
USE_WX=		2.8
21
21
(-)files/patch-src_ai.cpp (+11 lines)
Line 0 Link Here
1
--- src/ai.cpp.orig	2018-10-31 18:46:12 UTC
2
+++ src/ai.cpp
3
@@ -22,6 +22,8 @@
4
 /*	This file is contains the AI logic.
5
  */
6
 
7
+#include <algorithm>
8
+#include <sys/limits.h>
9
 #include "ai.h"
10
 
11
 AI::AI(BlokishBoard &board)

Return to bug 232863