diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 08:59:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 08:59:58 +0000 |
commit | 7b0023cf41ddc22273a50e0310d8a7e0e8266c46 (patch) | |
tree | f0fa207a86aeb09232a7bd05ee6508b2e62ad60d /games/xblast-beta | |
parent | 2054bd07299ae5391d7d08fcd4428146bf96bab5 (diff) | |
download | ports-7b0023cf41ddc22273a50e0310d8a7e0e8266c46.tar.gz ports-7b0023cf41ddc22273a50e0310d8a7e0e8266c46.zip |
Notes
Diffstat (limited to 'games/xblast-beta')
-rw-r--r-- | games/xblast-beta/files/patch-af | 11 | ||||
-rw-r--r-- | games/xblast-beta/files/patch-ag | 11 |
2 files changed, 22 insertions, 0 deletions
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 <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 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 <sys/ioctl.h> + #include <sys/time.h> + #ifdef __FreeBSD__ +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #else + #include <linux/soundcard.h> + #endif |