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/gnomemedia2 | |
parent | ac57a7f93ff3fb0e753e0e9ac015fa9fdc91c3a3 (diff) |
Notes
Diffstat (limited to 'audio/gnomemedia2')
-rw-r--r-- | audio/gnomemedia2/files/patch-ad | 16 | ||||
-rw-r--r-- | audio/gnomemedia2/files/patch-gmix::prefs.c | 11 |
2 files changed, 22 insertions, 5 deletions
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 + |