]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorMichael Jerris <mike@jerris.com>
Sun, 1 Oct 2006 23:58:05 +0000 (23:58 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 1 Oct 2006 23:58:05 +0000 (23:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2926 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/portaudio.build.sh

index c27042c938d8a1bbea0565f01b625ed2b2f7cc23..35d7a692751a4542fdeb2d16a09f21847605de41 100755 (executable)
@@ -30,7 +30,7 @@ patch <<__EOF__
 +#elif defined(__FreeBSD__) || defined(NetBSD)
 +#include <sys/soundcard.h>
 +#elif defined(__OpenBSD__)
-+#include <soundard.h>
++#include <soundcard.h>
  #else
  #include <machine/soundcard.h> /* JH20010905 */
  #endif