aboutsummaryrefslogtreecommitdiff
path: root/games/untahris
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-30 12:13:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-30 12:13:48 +0000
commitb7b8ef710c26ed3674e132510293ba31b923ac0a (patch)
treeb5ef7e2f6a657a09d070ebcd39610f42b3c7be44 /games/untahris
parentf8da7312be4e1af3a100e18af3664326b50bf432 (diff)
downloadports-b7b8ef710c26ed3674e132510293ba31b923ac0a.tar.gz
ports-b7b8ef710c26ed3674e132510293ba31b923ac0a.zip
- Fix build with gcc 4.1
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=174173
Diffstat (limited to 'games/untahris')
-rw-r--r--games/untahris/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/untahris/Makefile b/games/untahris/Makefile
index e4ec3df7246a..a4beb3a9d4c6 100644
--- a/games/untahris/Makefile
+++ b/games/untahris/Makefile
@@ -33,7 +33,7 @@ BROKEN= does not compile on 4.x
post-patch:
@${REINPLACE_CMD} -e 's|verabd.ttf|${DATADIR}/VeraBd.ttf|; \
s|graph%d|${DATADIR}/graph%d|' ${WRKSRC}/intface.cpp
- @${REINPLACE_CMD} -e 's|SDL/||' ${WRKSRC}/net.cpp ${WRKSRC}/untahris.h
+ @${REINPLACE_CMD} -e 's|TPlayground::||' ${WRKSRC}/untahris.h
do-build:
cd ${WRKSRC} && ${CXX} ${CXXFLAGS} `${SDL_CONFIG} --libs --cflags` \