ports/audio/portaudio/files/patch-include_portaudio.h
Tobias Kortkamp fed5cabe2d - Add SNDIO option
- Reset maintainer after 4 consecutive maintainer timeouts
- Use *_CONFIGURE_WITH options helper
- Do not install tests by default

PR:		217385
Obtained from:	OpenBSD
Approved by:	lme (mentor), maintainer timeout (3 weeks)
Differential Revision:	https://reviews.freebsd.org/D10072
2017-03-21 12:05:55 +00:00

13 lines
343 B
C

$OpenBSD: patch-include_portaudio_h,v 1.2 2013/03/12 00:59:50 brad Exp $
--- include/portaudio.h.orig 2016-06-22 08:28:31 UTC
+++ include/portaudio.h
@@ -236,7 +236,8 @@ typedef enum PaHostApiTypeId
paWDMKS=11,
paJACK=12,
paWASAPI=13,
- paAudioScienceHPI=14
+ paAudioScienceHPI=14,
+ paSndio=15
} PaHostApiTypeId;