1
0
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:
Mathieu Arnold 2015-10-19 10:30:47 +00:00
parent f103c76a3f
commit cf6d76abb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399656
3 changed files with 18 additions and 17 deletions

View File

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

View File

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

View File

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