summaryrefslogtreecommitdiff
path: root/games/xdigger
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-26 20:38:36 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-26 20:38:36 +0000
commit89580eca0f392608340c2219cd65e03e4a84faf9 (patch)
tree2ec3786ca2b153426341841c9b820b478eab1909 /games/xdigger
parentEmergency fix to move PERL_LEVEL to PRE part of bsd.port.mk, and provide (diff)
Fix build on Current
PR: 45751 Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes: svn path=/head/; revision=71127
Diffstat (limited to 'games/xdigger')
-rw-r--r--games/xdigger/files/patch-ab19
1 files changed, 17 insertions, 2 deletions
diff --git a/games/xdigger/files/patch-ab b/games/xdigger/files/patch-ab
index 492502bcbdc6..6cf40fad21c2 100644
--- a/games/xdigger/files/patch-ab
+++ b/games/xdigger/files/patch-ab
@@ -1,5 +1,20 @@
---- sound.c.orig Sun Jul 4 02:52:36 1999
-+++ sound.c Sun Sep 8 01:51:39 2002
+--- sound.c.orig Sun Jul 4 11:52:36 1999
++++ sound.c Tue Nov 26 14:39:57 2002
+@@ -23,13 +23,13 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/ioctl.h>
++#include <sys/types.h>
+ #include <sys/ipc.h>
+ #ifdef USE_PIPE
+ #else
+ #include <sys/msg.h>
+ #endif
+ #include <sys/time.h>
+-#include <sys/types.h>
+ #include <sys/wait.h>
+ #include <unistd.h>
+ #include <X11/Xlib.h>
@@ -39,6 +39,9 @@
#ifdef linux
#include <linux/soundcard.h>