From 7b0023cf41ddc22273a50e0310d8a7e0e8266c46 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 8 Sep 2002 08:59:58 +0000 Subject: [PATCH] Fix build on -current (machine/soundcard.h -> sys/soundcard.h) --- games/xblast-beta/files/patch-af | 11 +++++++++++ games/xblast-beta/files/patch-ag | 11 +++++++++++ games/xboing/files/patch-ae | 11 +++++++++++ games/xdigger/files/patch-ab | 6 +++--- games/xkoules/files/patch-ad | 11 +++++++++++ mail/xmailbox/files/patch-ad | 11 +++++++++++ 6 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 games/xblast-beta/files/patch-af create mode 100644 games/xblast-beta/files/patch-ag create mode 100644 games/xboing/files/patch-ae create mode 100644 games/xkoules/files/patch-ad create mode 100644 mail/xmailbox/files/patch-ad diff --git a/games/xblast-beta/files/patch-af b/games/xblast-beta/files/patch-af new file mode 100644 index 000000000000..d7f09c638be5 --- /dev/null +++ b/games/xblast-beta/files/patch-af @@ -0,0 +1,11 @@ +--- sound.c.orig Wed Aug 25 09:27:16 1999 ++++ sound.c Sun Sep 8 00:55:06 2002 +@@ -110,7 +110,7 @@ + #include + #include + #ifdef __FreeBSD__ +-#include ++#include + #else + #include + #endif diff --git a/games/xblast-beta/files/patch-ag b/games/xblast-beta/files/patch-ag new file mode 100644 index 000000000000..9f0d8b4fc415 --- /dev/null +++ b/games/xblast-beta/files/patch-ag @@ -0,0 +1,11 @@ +--- xbsndsrv.c.orig Wed Aug 25 09:27:23 1999 ++++ xbsndsrv.c Sun Sep 8 00:55:05 2002 +@@ -110,7 +110,7 @@ + #include + #include + #ifdef __FreeBSD__ +-#include ++#include + #else + #include + #endif diff --git a/games/xboing/files/patch-ae b/games/xboing/files/patch-ae new file mode 100644 index 000000000000..3487c0d7549e --- /dev/null +++ b/games/xboing/files/patch-ae @@ -0,0 +1,11 @@ +--- audio.c.orig Sun Sep 8 01:47:55 2002 ++++ audio.c Sun Sep 8 01:48:02 2002 +@@ -55,7 +55,7 @@ + #include + #include + #include +-#include ++#include + + #include "include/error.h" + #include "include/audio.h" diff --git a/games/xdigger/files/patch-ab b/games/xdigger/files/patch-ab index b16ec0eed71d..492502bcbdc6 100644 --- a/games/xdigger/files/patch-ab +++ b/games/xdigger/files/patch-ab @@ -1,11 +1,11 @@ ---- sound.c Thu Jan 1 00:06:00 1998 -+++ /home/andy/tmp/wrk/sound.c Sat Jun 29 23:19:09 1996 +--- sound.c.orig Sun Jul 4 02:52:36 1999 ++++ sound.c Sun Sep 8 01:51:39 2002 @@ -39,6 +39,9 @@ #ifdef linux #include #endif +#ifdef __FreeBSD__ -+#include ++#include +#endif #ifdef SOUND_RPLAY #include diff --git a/games/xkoules/files/patch-ad b/games/xkoules/files/patch-ad new file mode 100644 index 000000000000..40d26ab2a865 --- /dev/null +++ b/games/xkoules/files/patch-ad @@ -0,0 +1,11 @@ +--- ./koules.sndsrv.freebsd.c.orig Sun Sep 8 01:03:48 2002 ++++ ./koules.sndsrv.freebsd.c Sun Sep 8 01:03:55 2002 +@@ -14,7 +14,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include diff --git a/mail/xmailbox/files/patch-ad b/mail/xmailbox/files/patch-ad new file mode 100644 index 000000000000..8730af0b6f0f --- /dev/null +++ b/mail/xmailbox/files/patch-ad @@ -0,0 +1,11 @@ +--- Mailbox.c.orig Sun Sep 8 01:54:37 2002 ++++ Mailbox.c Sun Sep 8 01:54:50 2002 +@@ -75,7 +75,7 @@ + #ifdef linux + #include + #else +-#include ++#include + #endif /* ifdef linux */ + + #define DEV_MIXER "/dev/mixer"