diff options
author | mat <mat@FreeBSD.org> | 2015-10-19 18:30:47 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-19 18:30:47 +0800 |
commit | 7a8fbdde566f97c469628ceabca8086b4e26c9aa (patch) | |
tree | 2a84baeab59c9e94cd5b554846f9a2b2f5b80faf /games | |
parent | 2c11b9468aa7f80df4a20d456f723228ebb715d1 (diff) | |
download | freebsd-ports-gnome-7a8fbdde566f97c469628ceabca8086b4e26c9aa.tar.gz freebsd-ports-gnome-7a8fbdde566f97c469628ceabca8086b4e26c9aa.tar.zst freebsd-ports-gnome-7a8fbdde566f97c469628ceabca8086b4e26c9aa.zip |
Fix patch, I think.
Sponsored by: Absolight
Differential Revision:
Diffstat (limited to 'games')
-rw-r--r-- | games/blockout/Makefile | 3 | ||||
-rw-r--r-- | games/blockout/files/patch-BotPlayer.cpp | 16 | ||||
-rw-r--r-- | games/blockout/files/patch-BotPlayerAI.cpp | 16 |
3 files changed, 18 insertions, 17 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile index 8197eea5cd8f..6be4b84af335 100644 --- a/games/blockout/Makefile +++ b/games/blockout/Makefile @@ -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 diff --git a/games/blockout/files/patch-BotPlayer.cpp b/games/blockout/files/patch-BotPlayer.cpp index 49812b548085..5b12e6c94ae0 100644 --- a/games/blockout/files/patch-BotPlayer.cpp +++ b/games/blockout/files/patch-BotPlayer.cpp @@ -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> diff --git a/games/blockout/files/patch-BotPlayerAI.cpp b/games/blockout/files/patch-BotPlayerAI.cpp index a99bff55382d..a9d58e90b0c8 100644 --- a/games/blockout/files/patch-BotPlayerAI.cpp +++ b/games/blockout/files/patch-BotPlayerAI.cpp @@ -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> |