aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-07-22 01:14:52 +0800
committernaddy <naddy@FreeBSD.org>2002-07-22 01:14:52 +0800
commit8cd7227b9d93d5e56439863a0f3d0ca853b8fe43 (patch)
tree0066e1d8ce308ea727aa96e16f2c21ee2e4b7326 /games
parenta318c6f3380669eb5804be00fa1c8195cdce59fb (diff)
downloadfreebsd-ports-gnome-8cd7227b9d93d5e56439863a0f3d0ca853b8fe43.tar.gz
freebsd-ports-gnome-8cd7227b9d93d5e56439863a0f3d0ca853b8fe43.tar.zst
freebsd-ports-gnome-8cd7227b9d93d5e56439863a0f3d0ca853b8fe43.zip
machine/soundcard.h -> sys/soundcard.h; fixes build on -CURRENT
PR: 40839 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
Diffstat (limited to 'games')
-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>