pkgsrc/emulators/xm7/patches/patch-ad
kei 9d51806bb7 Initial import of "xm7" package.
X11-based FM-7 emulator
2000-12-13 17:12:19 +00:00

13 lines
333 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2000/12/13 17:12:19 kei Exp $
--- xw_snd.cpp.orig Sat Aug 12 12:33:21 2000
+++ xw_snd.cpp Sat Aug 12 12:36:19 2000
@@ -24,6 +24,8 @@
#include <sys/time.h>
#ifdef __FreeBSD__
#include <machine/soundcard.h>
+#elif defined(__NetBSD__)
+#include <soundcard.h>
#else
#include <linux/soundcard.h>
#endif