summaryrefslogtreecommitdiff
path: root/audio/libao/patches
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-12-19 04:26:56 +0000
committerjmcneill <jmcneill>2008-12-19 04:26:56 +0000
commit4b80b2e54261bf96f2ef794a0a7608adc1713152 (patch)
tree2310202179b0eaa381112bd833b2ba5b57b38a5d /audio/libao/patches
parentaabbb987410774115a4a076188e4f5d9619c4867 (diff)
downloadpkgsrc-4b80b2e54261bf96f2ef794a0a7608adc1713152.tar.gz
ALSA plugin build fixes.
Diffstat (limited to 'audio/libao/patches')
-rw-r--r--audio/libao/patches/patch-af15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/libao/patches/patch-af b/audio/libao/patches/patch-af
new file mode 100644
index 00000000000..939b474f99e
--- /dev/null
+++ b/audio/libao/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.3 2008/12/19 04:26:56 jmcneill Exp $
+
+--- src/plugins/alsa09/ao_alsa09.c.orig 2008-12-18 23:24:28.000000000 -0500
++++ src/plugins/alsa09/ao_alsa09.c
+@@ -39,6 +39,10 @@
+ #include <ao/ao.h>
+ #include <ao/plugin.h>
+
++#ifndef ESTRPIPE
++#define ESTRPIPE EPIPE
++#endif
++
+ /* default 500 millisecond buffer */
+ #define AO_ALSA_BUFFER_TIME 500000
+