LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake localbase tar:tgz
USES= compiler:c++11-lang gl gmake localbase tar:tgz
USE_GL= gl
USE_WX= 2.8
--- src/ai.cpp.orig 2018-10-31 18:46:12 UTC
+++ src/ai.cpp
@@ -22,6 +22,8 @@
/* This file is contains the AI logic.
*/
+#include <algorithm>
+#include <sys/limits.h>
#include "ai.h"
AI::AI(BlokishBoard &board)