diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-30 21:35:21 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-30 21:35:21 +0000 |
commit | bbef7cfcc78505537a631b143360836518a93461 (patch) | |
tree | 10074c9eb779bc56b3134caeac4c144e7d1c52a6 /games/qmars | |
parent | - Update to 3.1.3 (diff) |
- Fix building with GCC 4.x.
Reported by: pav
Diffstat (limited to 'games/qmars')
-rw-r--r-- | games/qmars/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/qmars/Makefile b/games/qmars/Makefile index 0dee8a59c3e2..64141536df22 100644 --- a/games/qmars/Makefile +++ b/games/qmars/Makefile @@ -25,6 +25,8 @@ post-patch: ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e 's|\./||' ${WRKSRC}/bench.* @${REINPLACE_CMD} -e 's|pmars|&-server|' ${WRKSRC}/bench.pmars + @${REINPLACE_CMD} -e 's|Warrior::||' ${WRKSRC}/warrior.hpp + @${REINPLACE_CMD} -e 's|Parser::||' ${WRKSRC}/parser.hpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |