$NetBSD: patch-ac,v 1.3 2002/06/27 15:52:13 agc Exp $

--- configuration.sh	2002/06/27 15:41:04	1.1
+++ configuration.sh	2002/06/27 15:41:40
@@ -72,6 +72,18 @@
      INCLUDEDIRS=
      LIBRARIES=
      AUDIO_INCLUDES='#include <sys/audioio.h>' ;;
+  NetBSD*)
+     COMPILER=g++
+     COMPILERFLAGS='-O2 -DNETBSD'
+     INCLUDEDIRS=
+     LIBRARIES= 
+     AUDIO_INCLUDES='#include <sys/audioio.h>' ;;
+  FreeBSD*)
+     COMPILER=g++
+     COMPILERFLAGS='-O2 -m486 -DLINUX -DDAMN_INTEL_BYTE_ORDER'
+     INCLUDEDIRS=
+     LIBRARIES= 
+     AUDIO_INCLUDES='#include <machine/soundcard.h>' ;;
   Linux*)
      COMPILER=g++
      COMPILERFLAGS='-O2 -m486 -funroll-loops -DLINUX -DDAMN_INTEL_BYTE_ORDER'
