$NetBSD: patch-aa,v 1.3 2006/01/21 14:14:53 rillig Exp $ --- configure.orig 2005-08-20 20:44:13.000000000 +0200 +++ configure 2006-01-21 15:13:32.000000000 +0100 @@ -19322,7 +19322,7 @@ CFLAGS="$CFLAGS $cflags_save" LDFLAGS="$LDFLAGS $ldflags_save" case "$target_os" in - linux* | solaris* ) + linux*) SHLIB_VERSION_ARG="-Wl,--version-script=Version_script" ;; *) @@ -20102,6 +20102,8 @@ fi HAVE_SDL=no +# SDL is only used for the sample player; disable it +if false; then # Check whether --with-sdl-prefix or --without-sdl-prefix was given. if test "${with_sdl_prefix+set}" = set; then withval="$with_sdl_prefix" @@ -20394,6 +20396,7 @@ echo "$as_me: WARNING: *** Unable to fin rm -f conf.sdltest +fi HAVE_OSS=no @@ -20401,6 +20404,8 @@ HAVE_OSS=no +# OSS is only used by the sample player; disable it. +if false; then for ac_header in sys/soundcard.h soundcard.h machine/soundcard.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -20556,7 +20561,7 @@ if test x$HAVE_OSS != xyes; then { echo "$as_me:$LINENO: WARNING: OSS audio support not found -- not compiling player_example" >&5 echo "$as_me: WARNING: OSS audio support not found -- not compiling player_example" >&2;} fi - +fi ac_enable_float=yes