Index: head/games/blokish/Makefile =================================================================== --- head/games/blokish/Makefile (revision 483760) +++ head/games/blokish/Makefile (revision 483761) @@ -1,45 +1,45 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= blokish PORTVERSION= 0.9.4 PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Clone of the strategy board game 'Blokus' LICENSE= GPLv2+ 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 MAKEFILE= makefile WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.xpm DESKTOP_ENTRIES="Blokish" \ "" \ "${PORTNAME}" \ "${PORTNAME}" \ "Game;LogicGame;" \ "" post-patch: @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \ ${WRKSRC}/makefile.in ${WRKSRC}/configure @${REINPLACE_CMD} '/^LIBS =/s/$$/ -lGL/' ${WRKSRC}/makefile.in post-install: ${INSTALL_DATA} ${WRKSRC}/src/${PORTNAME}.xpm \ ${STAGEDIR}${PREFIX}/share/pixmaps/ .include Index: head/games/blokish/files/patch-src_ai.cpp =================================================================== --- head/games/blokish/files/patch-src_ai.cpp (nonexistent) +++ head/games/blokish/files/patch-src_ai.cpp (revision 483761) @@ -0,0 +1,11 @@ +--- 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 ++#include + #include "ai.h" + + AI::AI(BlokishBoard &board) Property changes on: head/games/blokish/files/patch-src_ai.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