diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-18 08:11:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-18 08:11:46 +0000 |
commit | d28942a7215a30dfa17c8d4c7290d577ba0c83ca (patch) | |
tree | 57c5fd0a7ccc1e19c8f91dac85ebf7ed4f5446ab /audio/nas | |
parent | 028b71a9530b947613723ce0b2fc55e1f97bb103 (diff) | |
download | ports-d28942a7215a30dfa17c8d4c7290d577ba0c83ca.tar.gz ports-d28942a7215a30dfa17c8d4c7290d577ba0c83ca.zip |
Notes
Diffstat (limited to 'audio/nas')
-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, |