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:
parent
7b0023cf41
commit
293871109b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65831
11
audio/rat/files/patch-aa
Normal file
11
audio/rat/files/patch-aa
Normal 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
11
audio/rat/files/patch-ab
Normal 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
11
mbone/rat/files/patch-aa
Normal 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
11
mbone/rat/files/patch-ab
Normal 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>
|
Loading…
Reference in New Issue
Block a user