freebsd-ports/audio/gnome-media/files/patch-gmix::prefs.c
Joe Marcus Clarke 0201c1639c Add gnomemedia2 after repo copy from gnomemedia. This is a port of the
multimedia tools for the GNOME 2.0 desktop.
2002-05-08 22:40:48 +00:00

11 lines
255 B
C

--- gmix/prefs.c.orig Tue May 7 00:52:42 2002
+++ gmix/prefs.c Tue May 7 00:52:54 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