]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
header tweak for netbsd
authorMichael Jerris <mike@jerris.com>
Sun, 1 Oct 2006 22:15:44 +0000 (22:15 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 1 Oct 2006 22:15:44 +0000 (22:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2919 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/portaudio.build.sh

index a939cedff01b9bd37632b64374d3e2a847218bdd..b5e400ec20e36e6711ef634eb08ae54660793e1f 100755 (executable)
@@ -27,7 +27,7 @@ patch <<__EOF__
  
  #ifdef __linux__
  #include <linux/soundcard.h>
-+#elif defined(__FreeBSD__)
++#elif defined(__FreeBSD__) || defined( __NetBSD__)
 +#include <sys/soundcard.h>
  #else
  #include <machine/soundcard.h> /* JH20010905 */