diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-30 20:13:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-30 20:13:48 +0800 |
commit | d649025b69273c6f64bc0514f7b72064c22c51fd (patch) | |
tree | 5b916cdb903326e8b4c404a4dc690d5610c59473 /games | |
parent | 132b8d775c7b082ad234e916619f0256f7190b10 (diff) | |
download | freebsd-ports-graphics-d649025b69273c6f64bc0514f7b72064c22c51fd.tar.gz freebsd-ports-graphics-d649025b69273c6f64bc0514f7b72064c22c51fd.tar.zst freebsd-ports-graphics-d649025b69273c6f64bc0514f7b72064c22c51fd.zip |
- Fix build with gcc 4.1
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'games')
-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 e4ec3df7246..a4beb3a9d4c 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` \ |