1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/wolfpack/files/patch-ab
Steve Price 2a7c46a12f Initial import of wolfpack version 4.2.6.
A long term multiplayer strategy game.

PR:		14535
Submitted by:	Daniel O'Connor <darius@dons.net.au>
1999-11-26 19:16:46 +00:00

13 lines
465 B
Plaintext

diff -u -r ./include/misc.h ../emp4.patched/include/misc.h
--- ./include/misc.h Wed Nov 18 10:12:29 1998
+++ ../emp4.patched/include/misc.h Tue Oct 26 10:55:54 1999
@@ -181,7 +181,7 @@
extern char *calloc();
#endif
#else
-#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux)
+#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux) && !defined(__FreeBSD__)
extern char *malloc();
extern char *calloc();
#endif