aboutsummaryrefslogtreecommitdiff
path: root/audio/gnome-media
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-12 15:57:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-12 15:57:06 +0000
commit8065193b318c632adad7a698dfc38f39a0ccd832 (patch)
treeb0b45ac6986b552735b4301c0eb3b33b75bc67ee /audio/gnome-media
parentac57a7f93ff3fb0e753e0e9ac015fa9fdc91c3a3 (diff)
downloadports-8065193b318c632adad7a698dfc38f39a0ccd832.tar.gz
ports-8065193b318c632adad7a698dfc38f39a0ccd832.zip
machine/soundcard.h -> sys/soundcard.h
Reviewed by: sobomax Approved by: sobomax
Notes
Notes: svn path=/head/; revision=57623
Diffstat (limited to 'audio/gnome-media')
-rw-r--r--audio/gnome-media/files/patch-ad16
-rw-r--r--audio/gnome-media/files/patch-gmix::prefs.c11
2 files changed, 22 insertions, 5 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
+