pkgsrc-wip/mixxx/patches/patch-ab
2005-09-12 19:34:46 +00:00

13 lines
386 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2005/09/12 19:34:47 ghen Exp $
--- ../lib/portaudio-v18/pa_unix_oss/pa_unix_oss.c.orig 2003-08-13 13:03:25.000000000 +0200
+++ ../lib/portaudio-v18/pa_unix_oss/pa_unix_oss.c
@@ -44,7 +44,7 @@
#ifdef __linux__
#include <linux/soundcard.h>
#else
-#include <machine/soundcard.h> /* JH20010905 */
+#include <soundcard.h> /* JH20010905 */
#endif