35 lines
652 B
Plaintext
35 lines
652 B
Plaintext
$OpenBSD: patch-lib-src_portmixer_configure,v 1.3 2009/03/14 03:49:43 jakemsr Exp $
|
|
--- lib-src/portmixer/configure.orig Tue Jan 27 12:51:44 2009
|
|
+++ lib-src/portmixer/configure Tue Feb 10 03:21:25 2009
|
|
@@ -3466,6 +3466,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. */
|
|
@@ -3600,6 +3605,9 @@ $as_echo "$as_me: error: \"Your version of portaudio d
|
|
{ (exit 1); exit 1; }; };
|
|
fi
|
|
|
|
+# end skip test
|
|
+fi
|
|
+
|
|
#
|
|
#
|
|
#
|
|
@@ -4100,7 +4108,7 @@ else
|
|
have_coreaudio=no
|
|
fi
|
|
|
|
-
|
|
+have_oss=yes
|
|
|
|
#
|
|
# Set up to use the identified ones
|