aboutsummaryrefslogtreecommitdiff
path: root/audio/sndio/files/patch-libsndio_sio__priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sndio/files/patch-libsndio_sio__priv.h')
-rw-r--r--audio/sndio/files/patch-libsndio_sio__priv.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/sndio/files/patch-libsndio_sio__priv.h b/audio/sndio/files/patch-libsndio_sio__priv.h
new file mode 100644
index 000000000000..d8cb0fc3734e
--- /dev/null
+++ b/audio/sndio/files/patch-libsndio_sio__priv.h
@@ -0,0 +1,12 @@
+--- libsndio/sio_priv.h.orig 2015-01-17 23:09:04 UTC
++++ libsndio/sio_priv.h
+@@ -69,6 +69,9 @@ struct sio_hdl *_sio_aucat_open(const ch
+ #ifdef USE_SUN
+ struct sio_hdl *_sio_sun_open(const char *, unsigned, int);
+ #endif
++#ifdef USE_OSS
++struct sio_hdl *_sio_oss_open(const char *, unsigned, int);
++#endif
+ #ifdef USE_ALSA
+ struct sio_hdl *_sio_alsa_open(const char *, unsigned, int);
+ #endif