]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
I'll get this right by the 10th time.
authorMichael Jerris <mike@jerris.com>
Mon, 2 Oct 2006 00:15:18 +0000 (00:15 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 2 Oct 2006 00:15:18 +0000 (00:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2928 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/portaudio.build.sh

index 5fe9088774285fc67f238940b613f6033160ab0d..bf06ab2fc8f3ca26f078293ffb18fa26a3c892de 100755 (executable)
@@ -27,7 +27,7 @@ patch <<__EOF__
 
  #ifdef __linux__
  #include <linux/soundcard.h>
-+#elif defined(__FreeBSD__) || defined(NetBSD)
++#elif defined(__FreeBSD__) || defined(__NetBSD__)
 +#include <sys/soundcard.h>
 +#elif defined(__OpenBSD__)
 +#include <soundcard.h>