freebsd-ports/misc/muuz/files/patch-af
Kris Kennaway b515cf7bd8 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) and
various compilation fixes to satisfy gcc 3.2
2002-09-08 01:11:35 +00:00

12 lines
264 B
Plaintext

--- mixerControls.h.orig Sat Sep 7 16:59:02 2002
+++ mixerControls.h Sat Sep 7 16:59:49 2002
@@ -8,7 +8,7 @@
#include "muuz.h"
#include "muuztypes.h"
#ifdef __FreeBSD__
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#endif /* __FreeBSD__ */