1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fix build on -current (machine/soundcard.h -> sys/soundcard.h)

This commit is contained in:
Kris Kennaway 2002-09-08 09:51:55 +00:00
parent 7b0023cf41
commit 293871109b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65831
4 changed files with 44 additions and 0 deletions

11
audio/rat/files/patch-aa Normal file
View File

@ -0,0 +1,11 @@
--- rat/auddev_luigi.c.orig Sun Sep 8 01:22:44 2002
+++ rat/auddev_luigi.c Sun Sep 8 01:22:54 2002
@@ -19,7 +19,7 @@
#include "debug.h"
#include <machine/pcaudioio.h>
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#define LUIGI_SPEAKER 0x101
#define LUIGI_MICROPHONE 0x201

11
audio/rat/files/patch-ab Normal file
View File

@ -0,0 +1,11 @@
--- rat/auddev_newpcm.c.orig Sun Sep 8 01:37:33 2002
+++ rat/auddev_newpcm.c Sun Sep 8 01:37:40 2002
@@ -20,7 +20,7 @@
#include "memory.h"
#include "debug.h"
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#include <sys/types.h>
#include <dirent.h>

11
mbone/rat/files/patch-aa Normal file
View File

@ -0,0 +1,11 @@
--- rat/auddev_luigi.c.orig Sun Sep 8 01:22:44 2002
+++ rat/auddev_luigi.c Sun Sep 8 01:22:54 2002
@@ -19,7 +19,7 @@
#include "debug.h"
#include <machine/pcaudioio.h>
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#define LUIGI_SPEAKER 0x101
#define LUIGI_MICROPHONE 0x201

11
mbone/rat/files/patch-ab Normal file
View File

@ -0,0 +1,11 @@
--- rat/auddev_newpcm.c.orig Sun Sep 8 01:37:33 2002
+++ rat/auddev_newpcm.c Sun Sep 8 01:37:40 2002
@@ -20,7 +20,7 @@
#include "memory.h"
#include "debug.h"
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#include <sys/types.h>
#include <dirent.h>