diff options
author | kei <kei@pkgsrc.org> | 2001-04-22 09:58:59 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2001-04-22 09:58:59 +0000 |
commit | c6fc0d0972490b475898100b708fe8e68ad8e58d (patch) | |
tree | f3e7b9b41b97cf37d3ae8519865e14d6bb7f06f7 /games/netmaj/patches/patch-ac | |
parent | c62e47c6667a8de6c473215ae7e11141e0681fe5 (diff) | |
download | pkgsrc-c6fc0d0972490b475898100b708fe8e68ad8e58d.tar.gz |
first import of netmaj-2.0.7 package.
from pkg/DESCR:
netmaj is a mahjongg game. You can play via network. If you don't
find four players, computer plays for you.
Diffstat (limited to 'games/netmaj/patches/patch-ac')
-rw-r--r-- | games/netmaj/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/netmaj/patches/patch-ac b/games/netmaj/patches/patch-ac new file mode 100644 index 00000000000..269beb283df --- /dev/null +++ b/games/netmaj/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/04/22 09:58:59 kei Exp $ + +--- client.c.orig Mon Nov 11 23:43:23 1996 ++++ client.c +@@ -27,6 +27,7 @@ + + #include <setjmp.h> + #include <signal.h> ++#include <unistd.h> + #ifndef SIGCHLD + #define SIGCHLD SIGCLD + #endif |