diff options
Diffstat (limited to 'games/wolfpack/files/patch-ac')
-rw-r--r-- | games/wolfpack/files/patch-ac | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/games/wolfpack/files/patch-ac b/games/wolfpack/files/patch-ac index 40083006bb6d..7ca0cc2e682d 100644 --- a/games/wolfpack/files/patch-ac +++ b/games/wolfpack/files/patch-ac @@ -1,14 +1,14 @@ ---- src/doconfig/Makefile Wed Nov 18 10:12:40 1998 -+++ src/doconfig/Makefile.orig Tue Oct 26 15:13:55 1999 -@@ -53,7 +53,10 @@ - @echo 'globalcflags = $(GLOBALCFLAGS)' - @echo 'globallflags = $(GLOBALLFLAGS)' - $(CC) $(GLOBALCFLAGS) $(DALL) doconfig.c -o doconfig $(GLOBALLFLAGS) -- ./doconfig -+ ./doconfig config -+ -+install: doconfig -+ ./doconfig install - - nt: ntdoconfig +--- src/lib/lwp/sel.c.orig Sat Dec 16 18:54:06 2000 ++++ src/lib/lwp/sel.c Sat Dec 16 18:54:25 2000 +@@ -31,7 +31,11 @@ + * Dave Pare, 1994 + */ ++#if defined(__FreeBSD__) ++#include <stdlib.h> ++#else + #include <malloc.h> ++#endif + #include <errno.h> + #include <sys/types.h> + #include <sys/uio.h> |