diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 17:51:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 17:51:55 +0800 |
commit | 0ada49917be07a715accdd578c63dbe5a2fc745c (patch) | |
tree | 25bfaf90a5aa78d7418bdc3043a53b11757f6c48 /mbone/rat | |
parent | a8dcda89fb8f2f86f00f7382f076cf349cca2abd (diff) | |
download | freebsd-ports-gnome-0ada49917be07a715accdd578c63dbe5a2fc745c.tar.gz freebsd-ports-gnome-0ada49917be07a715accdd578c63dbe5a2fc745c.tar.zst freebsd-ports-gnome-0ada49917be07a715accdd578c63dbe5a2fc745c.zip |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'mbone/rat')
-rw-r--r-- | mbone/rat/files/patch-aa | 11 | ||||
-rw-r--r-- | mbone/rat/files/patch-ab | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/mbone/rat/files/patch-aa b/mbone/rat/files/patch-aa new file mode 100644 index 000000000000..4f2f90d89d54 --- /dev/null +++ b/mbone/rat/files/patch-aa @@ -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 diff --git a/mbone/rat/files/patch-ab b/mbone/rat/files/patch-ab new file mode 100644 index 000000000000..21a58452751e --- /dev/null +++ b/mbone/rat/files/patch-ab @@ -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> |