summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/q3cellshading/Makefile1
-rw-r--r--games/quake3/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile
index 24b9abdefe07..8fa5ce2be241 100644
--- a/games/q3cellshading/Makefile
+++ b/games/q3cellshading/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
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