diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 19:16:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 19:16:46 +0000 |
commit | 2a7c46a12ffe92d2a8c458c9d42e074048bf534a (patch) | |
tree | df64595a64c8036b29d19c33665e34e5d96953eb /games/wolfpack/files/patch-ab | |
parent | Initial import of krubik version 1.06. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=23379
Diffstat (limited to 'games/wolfpack/files/patch-ab')
-rw-r--r-- | games/wolfpack/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/wolfpack/files/patch-ab b/games/wolfpack/files/patch-ab new file mode 100644 index 000000000000..66a2e7664ff1 --- /dev/null +++ b/games/wolfpack/files/patch-ab @@ -0,0 +1,12 @@ +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 |