d7c4a6e7b7
This fixes issues occuring with this plug-in enabled, while stopping playback or crossfading between tracks for instance. Bump revision, as the resulting binaries are changed with this patch.
22 lines
652 B
Text
22 lines
652 B
Text
$NetBSD: patch-an,v 1.3 2013/08/13 00:40:27 khorben Exp $
|
|
|
|
--- configure.orig 2005-10-22 10:45:08.000000000 +0000
|
|
+++ configure
|
|
@@ -28454,7 +28454,7 @@ fi
|
|
done
|
|
|
|
|
|
-for ac_func in getmntinfo
|
|
+for ac_func in statvfs getmntinfo
|
|
do
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
echo "$as_me:$LINENO: checking for $ac_func" >&5
|
|
@@ -28804,7 +28804,7 @@ case "$host" in
|
|
i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)
|
|
arch_type=ix86
|
|
case "$host" in
|
|
- *-*-netbsd* | *-*openbsd*)
|
|
+ *-*-netbsd* | *-*openbsd* | *-solaris*)
|
|
;;
|
|
*)
|
|
ARCH_DEFINES="-DI386_ASSEM"
|