aboutsummaryrefslogtreecommitdiff
path: root/games/connectfive
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-30 11:19:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-30 11:19:40 +0000
commit21686f5a48809c22da6fa2baeb3a0e75722b4e91 (patch)
tree7d6ed44e18c469ee13c5fb7001eb3885eca09010 /games/connectfive
parent3b3593ccfb0c850c612008b49221de77743aee8b (diff)
downloadports-21686f5a48809c22da6fa2baeb3a0e75722b4e91.tar.gz
ports-21686f5a48809c22da6fa2baeb3a0e75722b4e91.zip
- Fix build with gcc4.1
PR: ports/103819 Submitted by: Dmitry Marakasov <amdmi3(at)mail.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=174167
Diffstat (limited to 'games/connectfive')
-rw-r--r--games/connectfive/Makefile1
1 files changed, 1 insertions, 0 deletions
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