diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-30 12:13:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-30 12:13:48 +0000 |
commit | b7b8ef710c26ed3674e132510293ba31b923ac0a (patch) | |
tree | b5ef7e2f6a657a09d070ebcd39610f42b3c7be44 /games/untahris | |
parent | f8da7312be4e1af3a100e18af3664326b50bf432 (diff) | |
download | ports-b7b8ef710c26ed3674e132510293ba31b923ac0a.tar.gz ports-b7b8ef710c26ed3674e132510293ba31b923ac0a.zip |
Notes
Diffstat (limited to 'games/untahris')
-rw-r--r-- | games/untahris/Makefile | 2 |
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` \ |