diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 08:59:58 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 08:59:58 +0000 |
commit | a8dcda89fb8f2f86f00f7382f076cf349cca2abd (patch) | |
tree | 03528d437bad3b8368afcf0da13c911fcf86a944 /games | |
parent | 9c51a11d180184d13244195b9afae23bdb902db0 (diff) | |
download | FreeBSD-ports-a8dcda89fb8f2f86f00f7382f076cf349cca2abd.zip FreeBSD-ports-a8dcda89fb8f2f86f00f7382f076cf349cca2abd.tar.gz |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'games')
-rw-r--r-- | games/xblast-beta/files/patch-af | 11 | ||||
-rw-r--r-- | games/xblast-beta/files/patch-ag | 11 | ||||
-rw-r--r-- | games/xboing/files/patch-ae | 11 | ||||
-rw-r--r-- | games/xdigger/files/patch-ab | 6 | ||||
-rw-r--r-- | games/xkoules/files/patch-ad | 11 |
5 files changed, 47 insertions, 3 deletions
diff --git a/games/xblast-beta/files/patch-af b/games/xblast-beta/files/patch-af new file mode 100644 index 0000000..d7f09c6 --- /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 <sys/stat.h> + #include <sys/wait.h> + #ifdef __FreeBSD__ +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #else + #include <linux/soundcard.h> + #endif diff --git a/games/xblast-beta/files/patch-ag b/games/xblast-beta/files/patch-ag new file mode 100644 index 0000000..9f0d8b4 --- /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 <sys/ioctl.h> + #include <sys/time.h> + #ifdef __FreeBSD__ +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #else + #include <linux/soundcard.h> + #endif diff --git a/games/xboing/files/patch-ae b/games/xboing/files/patch-ae new file mode 100644 index 0000000..3487c0d7 --- /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 <unistd.h> + #include <stdio.h> + #include <fcntl.h> +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + + #include "include/error.h" + #include "include/audio.h" diff --git a/games/xdigger/files/patch-ab b/games/xdigger/files/patch-ab index b16ec0e..492502b 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 <linux/soundcard.h> #endif +#ifdef __FreeBSD__ -+#include <machine/soundcard.h> ++#include <sys/soundcard.h> +#endif #ifdef SOUND_RPLAY #include <rplay.h> diff --git a/games/xkoules/files/patch-ad b/games/xkoules/files/patch-ad new file mode 100644 index 0000000..40d26ab --- /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 <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> |