pkgsrc/audio/xmms/patches/patch-ad
minskim a528cc0ed9 Use sys/soundcard.h instead of soundcard.h; soundcard.h is not
available on some platforms (e.g. Linux), but sys/soundcard is always
available since ossaudio.buildlink3.mk creates it.
2004-05-19 06:09:25 +00:00

13 lines
345 B
Text

$NetBSD: patch-ad,v 1.6 2004/05/19 06:09:25 minskim Exp $
--- Input/cdaudio/cdaudio.h.orig 2004-05-12 21:26:15.000000000 +0200
+++ Input/cdaudio/cdaudio.h 2004-05-12 21:27:13.000000000 +0200
@@ -39,7 +39,7 @@
#include "cdinfo.h"
#ifdef HAVE_OSS
-#include <Output/OSS/soundcard.h>
+#include <sys/soundcard.h>
#endif
#ifdef HAVE_MNTENT_H