diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-03-06 08:51:07 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-03-06 08:51:07 +0000 |
commit | dcee42192bb1e592ecc68f9eb006c958611894ce (patch) | |
tree | 3ced7a55a210205c75546daf80c5d658973e0880 /games/cake/Makefile | |
parent | 7575ccd280220a09ec5717b375ff82460e25d365 (diff) |
Notes
Diffstat (limited to 'games/cake/Makefile')
-rw-r--r-- | games/cake/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile index e839ce660574..a0cb7749cd5e 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -39,8 +39,9 @@ post-patch: .SILENT ${WRKSRC}/cake/sound.h # Use traditional mapping for console key (tilde) ${REINPLACE_CMD} -e 's/167/96/' ${WRKSRC}/main.cpp -# Fix for GCC 4.x +# Fixes for GCC 4.x and Clang 4.0 ${REINPLACE_CMD} -e 's/Mat3x2:://' ${WRKSRC}/cake/math.h + ${REINPLACE_CMD} -e '2852s/numverts/&[0]/' ${WRKSRC}/cake/q3bsp.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/main ${STAGEDIR}${PREFIX}/bin/cake |