diff options
Diffstat (limited to 'games/quake3')
-rw-r--r-- | games/quake3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 24b9abdefe07..8fa5ce2be241 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -45,6 +45,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5- post-patch: @${REINPLACE_CMD} -e 's|%%Q3DIR%%|"${Q3DIR}"|' \ ${WRKSRC}/code/unix/unix_shared.c + @${REINPLACE_CMD} -e 's|botlib.log|/dev/null|' ${WRKSRC}/code/botlib/be_interface.c pre-build: ${MKDIR} ${WRKSRC}/lcc/build |