5e971a5d99
ok jakemsr@
35 lines
654 B
Plaintext
35 lines
654 B
Plaintext
$OpenBSD: patch-lib-src_portmixer_configure,v 1.2 2007/12/08 11:08:38 ajacoutot Exp $
|
|
--- lib-src/portmixer/configure.orig Tue Nov 13 23:02:42 2007
|
|
+++ lib-src/portmixer/configure Sat Nov 24 12:19:06 2007
|
|
@@ -3379,6 +3379,11 @@ fi
|
|
#
|
|
# Make sure the support is there
|
|
#
|
|
+
|
|
+# skip test for now
|
|
+
|
|
+if [ x"yes" = x"no" ]; then
|
|
+
|
|
have_support=yes
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
@@ -3513,6 +3518,9 @@ echo "$as_me: error: \"Your version of portaudio does
|
|
{ (exit 1); exit 1; }; };
|
|
fi
|
|
|
|
+# end skip test
|
|
+fi
|
|
+
|
|
#
|
|
#
|
|
#
|
|
@@ -4003,7 +4011,7 @@ else
|
|
have_coreaudio=no
|
|
fi
|
|
|
|
-
|
|
+have_oss=yes
|
|
|
|
#
|
|
# Set up to use the identified ones
|