mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Fix patch, I think.
Sponsored by: Absolight Differential Revision:
This commit is contained in:
parent
f103c76a3f
commit
cf6d76abb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399656
@ -17,7 +17,8 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
USE_SDL= mixer sdl
|
||||
USES= gmake dos2unix
|
||||
DOS2UNIX_FILES= ${WRKSRC}/ImageLib/src/gif/gif.h ${WRKSRC}/ImageLib/src/gif/gif.cpp
|
||||
DOS2UNIX_FILES= ${WRKSRC}/ImageLib/src/gif/gif.h \
|
||||
${WRKSRC}/ImageLib/src/gif/gif.cpp ${WRKSRC}/BlockOut/*.cpp
|
||||
LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib
|
||||
USE_GL= gl glu
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- BlockOut/BotPlayer.cpp.orig 2015-08-20 21:42:27.000000000 +0600
|
||||
+++ BlockOut/BotPlayer.cpp 2015-08-20 21:42:41.000000000 +0600
|
||||
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#include "BotPlayer.h"
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
*/
|
||||
|
||||
#include "BotPlayer.h"
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- BlockOut/BotPlayerAI.cpp.orig 2015-08-20 21:43:41.000000000 +0600
|
||||
+++ BlockOut/BotPlayerAI.cpp 2015-08-20 21:43:51.000000000 +0600
|
||||
@@ -15,7 +15,7 @@
|
||||
GNU General Public License for more details.
|
||||
*/
|
||||
#include "BotPlayer.h"
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
GNU General Public License for more details.
|
||||
*/
|
||||
#include "BotPlayer.h"
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user