Unbreak the build against Clang 4.0.

PR:	216629
This commit is contained in:
Alexey Dokuchaev 2017-03-06 08:51:07 +00:00
parent 7575ccd280
commit dcee42192b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435522

View File

@ -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