From bc6e3879d43e1ebbad32114d54af5feb6bf3d358 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 22 Jun 2011 16:43:37 -0700 Subject: Properly handle the PortAudio lib in OpenBSD --- Alc/portaudio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Alc/portaudio.c b/Alc/portaudio.c index 86ae4c64..08bc0065 100644 --- a/Alc/portaudio.c +++ b/Alc/portaudio.c @@ -67,6 +67,8 @@ void *pa_load(void) # define PALIB "portaudio.dll" #elif defined(__APPLE__) && defined(__MACH__) # define PALIB "libportaudio.2.dylib" +#elif defined(__OpenBSD__) +# define PALIB "libportaudio.so" #else # define PALIB "libportaudio.so.2" #endif -- cgit v1.2.3