audio: rename bsd target to netbsd.

Apparently this is no longer a generic BSD audio target, and hasn't been for
years, so rename it for NetBSD.
This commit is contained in:
Ryan C. Gordon
2017-05-24 19:56:59 -04:00
parent 6844d92c23
commit a7fc2822d4
10 changed files with 39 additions and 51 deletions

View File

@@ -3074,8 +3074,8 @@ case "$host" in
have_audio=yes
;;
netbsd) # Don't use this on OpenBSD, it's busted.
AC_DEFINE(SDL_AUDIO_DRIVER_BSD, 1, [ ])
SOURCES="$SOURCES $srcdir/src/audio/bsd/*.c"
AC_DEFINE(SDL_AUDIO_DRIVER_NETBSD, 1, [ ])
SOURCES="$SOURCES $srcdir/src/audio/netbsd/*.c"
have_audio=yes
;;
aix)