fix portaudio build on OpenBSD
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2920 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
76dba3a39e
commit
b42509957f
|
@ -27,7 +27,7 @@ patch <<__EOF__
|
|||
|
||||
#ifdef __linux__
|
||||
#include <linux/soundcard.h>
|
||||
+#elif defined(__FreeBSD__) || defined( __NetBSD__)
|
||||
+#elif defined(__FreeBSD__) || defined( __NetBSD__) || defined( __OpenBSD__)
|
||||
+#include <sys/soundcard.h>
|
||||
#else
|
||||
#include <machine/soundcard.h> /* JH20010905 */
|
||||
|
|
Loading…
Reference in New Issue