summaryrefslogtreecommitdiff
path: root/games/xgalaga/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-21 17:14:52 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-21 17:14:52 +0000
commit16806d782be7f0b58a842dd80b55df4972e0adfe (patch)
tree629744a3ad5802180a6a0a1694ed660dca48a94d /games/xgalaga/files
parentFix build on -CURRENT. (diff)
machine/soundcard.h -> sys/soundcard.h; fixes build on -CURRENT
PR: 40839 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
Notes
Notes: svn path=/head/; revision=63320
Diffstat (limited to 'games/xgalaga/files')
-rw-r--r--games/xgalaga/files/patch-ab14
1 files changed, 11 insertions, 3 deletions
diff --git a/games/xgalaga/files/patch-ab b/games/xgalaga/files/patch-ab
index 0e1d1ce58e95..49e7dcdf1cef 100644
--- a/games/xgalaga/files/patch-ab
+++ b/games/xgalaga/files/patch-ab
@@ -1,6 +1,14 @@
---- xgal.sndsrv.freebsd.c.orig Wed Mar 31 11:48:40 1999
-+++ xgal.sndsrv.freebsd.c Wed Mar 31 11:48:40 1999
-@@ -19,13 +19,17 @@
+--- xgal.sndsrv.freebsd.c.orig Sun Apr 12 08:03:21 1998
++++ xgal.sndsrv.freebsd.c Sun Jul 21 19:10:18 2002
+@@ -12,20 +12,24 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #include <sys/time.h>
+ #include <signal.h>
+ #include <string.h>