1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/crafty/files/patch-chess.h
Martin Wilke 49fdd82847 - Update to 23.3
PR:		149518
Submitted by:	Florian Smeets <flo@kasimir.com> (maintainer)
2010-08-15 08:41:35 +00:00

12 lines
309 B
C

--- ./chess.h.orig 2010-08-11 11:20:40.000000000 +0200
+++ ./chess.h 2010-08-11 11:20:49.000000000 +0200
@@ -24,7 +24,7 @@
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
-#if !defined(IPHONE)
+#if !defined(IPHONE) && !defined(__FreeBSD__)
# include <malloc.h>
#endif
#include <string.h>