mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
- 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
13 lines
343 B
C
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;
|
|
|
|
|