diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 16:41:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 16:41:13 +0800 |
commit | 9c51a11d180184d13244195b9afae23bdb902db0 (patch) | |
tree | 36b389d22b292b0124c64873e94864eddb23e3ae /games | |
parent | 32a37e93f8ecf86605845be0271f581b5337d4a0 (diff) | |
download | freebsd-ports-gnome-9c51a11d180184d13244195b9afae23bdb902db0.tar.gz freebsd-ports-gnome-9c51a11d180184d13244195b9afae23bdb902db0.tar.zst freebsd-ports-gnome-9c51a11d180184d13244195b9afae23bdb902db0.zip |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'games')
-rw-r--r-- | games/xblast/files/patch-ab | 11 | ||||
-rw-r--r-- | games/xblast/files/patch-ac | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/games/xblast/files/patch-ab b/games/xblast/files/patch-ab new file mode 100644 index 000000000000..f9c8bbad48a6 --- /dev/null +++ b/games/xblast/files/patch-ab @@ -0,0 +1,11 @@ +--- xbsndsrv.c.orig Sat Sep 7 17:50:18 2002 ++++ xbsndsrv.c Sat Sep 7 17:50:25 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/xblast/files/patch-ac b/games/xblast/files/patch-ac new file mode 100644 index 000000000000..f9a3e2361966 --- /dev/null +++ b/games/xblast/files/patch-ac @@ -0,0 +1,11 @@ +--- sound.c.orig Sat Sep 7 17:50:13 2002 ++++ sound.c Sat Sep 7 17:50:35 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 |