diff options
-rw-r--r-- | audio/nas/files/patch-ab | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/audio/nas/files/patch-ab b/audio/nas/files/patch-ab index 125151b9b510..7d5e6f57dc7c 100644 --- a/audio/nas/files/patch-ab +++ b/audio/nas/files/patch-ab @@ -9,7 +9,17 @@ #include <getopt.h> #endif #include <sys/types.h> -@@ -670,7 +670,11 @@ +@@ -177,7 +177,9 @@ + # else + # include <machine/soundcard.h> + # endif ++/* PC Speaker functions seems to be unused here + # include <machine/pcaudioio.h> ++*/ + #else + # ifdef __NetBSD__ + # include <sys/ioctl.h> +@@ -670,7 +672,11 @@ if(sndStatOut.fd == -1) { while ((sndStatOut.fd = open(sndStatOut.device, |