pkgsrc/audio/xmms/patches/patch-ab
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
352 B
Text

$NetBSD: patch-ab,v 1.6 2004/05/19 06:09:25 minskim Exp $
--- Output/OSS/OSS.h.orig 2004-05-12 21:21:08.000000000 +0200
+++ Output/OSS/OSS.h 2004-05-12 21:21:26.000000000 +0200
@@ -37,7 +37,7 @@
#include <stdio.h>
#include <string.h>
-#include "soundcard.h"
+#include <sys/soundcard.h>
#include "xmms/plugin.h"
#include "libxmms/configfile.h"