Add expression for building crafty and craftyFull
This commit is contained in:
11
pkgs/games/crafty/malloc.patch
Normal file
11
pkgs/games/crafty/malloc.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/chess.h
|
||||
+++ b/chess.h
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#if !defined(IPHONE)
|
||||
-# include <malloc.h>
|
||||
+# include <sys/malloc.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#if !defined(TYPES_INCLUDED)
|
||||
Reference in New Issue
Block a user