diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-12 15:57:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-12 15:57:06 +0000 |
commit | 8065193b318c632adad7a698dfc38f39a0ccd832 (patch) | |
tree | b0b45ac6986b552735b4301c0eb3b33b75bc67ee /audio | |
parent | Update to the 2002.04.11 snapshot of Wine. Lots of libraries in (diff) |
machine/soundcard.h -> sys/soundcard.h
Reviewed by: sobomax
Approved by: sobomax
Notes
Notes:
svn path=/head/; revision=57623
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-media/files/patch-ad | 16 | ||||
-rw-r--r-- | audio/gnome-media/files/patch-gmix::prefs.c | 11 | ||||
-rw-r--r-- | audio/gnomemedia/files/patch-ad | 16 | ||||
-rw-r--r-- | audio/gnomemedia/files/patch-gmix::prefs.c | 11 | ||||
-rw-r--r-- | audio/gnomemedia2/files/patch-ad | 16 | ||||
-rw-r--r-- | audio/gnomemedia2/files/patch-gmix::prefs.c | 11 |
6 files changed, 66 insertions, 15 deletions
diff --git a/audio/gnome-media/files/patch-ad b/audio/gnome-media/files/patch-ad index 8f4a302b3334..3827d7a20da7 100644 --- a/audio/gnome-media/files/patch-ad +++ b/audio/gnome-media/files/patch-ad @@ -1,8 +1,14 @@ - -$FreeBSD$ - ---- gmix/gmix.c.orig Mon Jun 11 20:50:47 2001 -+++ gmix/gmix.c Fri Jul 13 12:45:08 2001 +--- gmix/gmix.c.orig Mon Jun 11 13:50:47 2001 ++++ gmix/gmix.c Sat Apr 6 14:55:36 2002 +@@ -58,7 +58,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + @@ -499,11 +499,7 @@ /* * open the mixer-device diff --git a/audio/gnome-media/files/patch-gmix::prefs.c b/audio/gnome-media/files/patch-gmix::prefs.c new file mode 100644 index 000000000000..cee2f1884aec --- /dev/null +++ b/audio/gnome-media/files/patch-gmix::prefs.c @@ -0,0 +1,11 @@ +--- gmix/prefs.c.orig Fri Apr 12 11:53:51 2002 ++++ gmix/prefs.c Fri Apr 12 11:53:57 2002 +@@ -38,7 +38,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + diff --git a/audio/gnomemedia/files/patch-ad b/audio/gnomemedia/files/patch-ad index 8f4a302b3334..3827d7a20da7 100644 --- a/audio/gnomemedia/files/patch-ad +++ b/audio/gnomemedia/files/patch-ad @@ -1,8 +1,14 @@ - -$FreeBSD$ - ---- gmix/gmix.c.orig Mon Jun 11 20:50:47 2001 -+++ gmix/gmix.c Fri Jul 13 12:45:08 2001 +--- gmix/gmix.c.orig Mon Jun 11 13:50:47 2001 ++++ gmix/gmix.c Sat Apr 6 14:55:36 2002 +@@ -58,7 +58,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + @@ -499,11 +499,7 @@ /* * open the mixer-device diff --git a/audio/gnomemedia/files/patch-gmix::prefs.c b/audio/gnomemedia/files/patch-gmix::prefs.c new file mode 100644 index 000000000000..cee2f1884aec --- /dev/null +++ b/audio/gnomemedia/files/patch-gmix::prefs.c @@ -0,0 +1,11 @@ +--- gmix/prefs.c.orig Fri Apr 12 11:53:51 2002 ++++ gmix/prefs.c Fri Apr 12 11:53:57 2002 +@@ -38,7 +38,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + diff --git a/audio/gnomemedia2/files/patch-ad b/audio/gnomemedia2/files/patch-ad index 8f4a302b3334..3827d7a20da7 100644 --- a/audio/gnomemedia2/files/patch-ad +++ b/audio/gnomemedia2/files/patch-ad @@ -1,8 +1,14 @@ - -$FreeBSD$ - ---- gmix/gmix.c.orig Mon Jun 11 20:50:47 2001 -+++ gmix/gmix.c Fri Jul 13 12:45:08 2001 +--- gmix/gmix.c.orig Mon Jun 11 13:50:47 2001 ++++ gmix/gmix.c Sat Apr 6 14:55:36 2002 +@@ -58,7 +58,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + @@ -499,11 +499,7 @@ /* * open the mixer-device diff --git a/audio/gnomemedia2/files/patch-gmix::prefs.c b/audio/gnomemedia2/files/patch-gmix::prefs.c new file mode 100644 index 000000000000..cee2f1884aec --- /dev/null +++ b/audio/gnomemedia2/files/patch-gmix::prefs.c @@ -0,0 +1,11 @@ +--- gmix/prefs.c.orig Fri Apr 12 11:53:51 2002 ++++ gmix/prefs.c Fri Apr 12 11:53:57 2002 +@@ -38,7 +38,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + |