mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
$NetBSD: patch-ad,v 1.1 2004/03/20 15:16:10 wiz Exp $
|
|
|
|
--- src/sound/midiout_ossopl3.c.orig 2002-09-16 15:19:15.000000000 +0200
|
|
+++ src/sound/midiout_ossopl3.c
|
|
@@ -63,7 +63,7 @@ Fmplay includes the following notice:
|
|
|
|
#include <midiout.h>
|
|
|
|
-#ifdef HAVE_SYS_SOUNDCARD_H
|
|
+#if defined (HAVE_SYS_SOUNDCARD_H) && !defined(__NetBSD__)
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
#include <sys/ioctl.h>
|