From 21686f5a48809c22da6fa2baeb3a0e75722b4e91 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 30 Sep 2006 11:19:40 +0000 Subject: - Fix build with gcc4.1 PR: ports/103819 Submitted by: Dmitry Marakasov (maintainer) --- games/connectfive/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games') diff --git a/games/connectfive/Makefile b/games/connectfive/Makefile index 881620c7ee2f..7a1443025c13 100644 --- a/games/connectfive/Makefile +++ b/games/connectfive/Makefile @@ -31,6 +31,7 @@ WRKSRC= ${WRKDIR}/connectFive post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile.linux @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/connect.cpp + @${REINPLACE_CMD} -e 's|Board::||' ${WRKSRC}/Board.h do-install: @${MKDIR} ${PREFIX}/bin -- cgit v1.2.3