77e7feb02b
ports ok claudio@ (maintainer)
53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
$OpenBSD: patch-configure,v 1.3 2010/09/01 00:29:07 jakemsr Exp $
|
|
--- configure.orig Tue Mar 16 02:38:24 2004
|
|
+++ configure Mon May 3 02:17:09 2010
|
|
@@ -21844,10 +21844,10 @@ rm -f conftest.err conftest.$ac_objext \
|
|
|
|
|
|
fi
|
|
-if test "x$HAVE_SDL" = xyes ; then
|
|
- SNDDRIVERS="$SNDDRIVERS snd_sdl.la"
|
|
- BUILD_SNDSDL="yes"
|
|
-fi
|
|
+#if test "x$HAVE_SDL" = xyes ; then
|
|
+# SNDDRIVERS="$SNDDRIVERS snd_sdl.la"
|
|
+# BUILD_SNDSDL="yes"
|
|
+#fi
|
|
|
|
|
|
if test "x$BUILD_SNDSDL" = xyes; then
|
|
@@ -22152,7 +22152,7 @@ rm -f conftest*
|
|
fi
|
|
|
|
|
|
-
|
|
+HAVE_OSS="no"
|
|
if test "x$HAVE_OSS" = xyes; then
|
|
BUILD_SNDOSS_TRUE=
|
|
BUILD_SNDOSS_FALSE='#'
|
|
@@ -22161,7 +22161,7 @@ else
|
|
BUILD_SNDOSS_FALSE=
|
|
fi
|
|
|
|
-SNDDRIVERS="$SNDDRIVERS snd_oss.la"
|
|
+# SNDDRIVERS="$SNDDRIVERS snd_oss.la"
|
|
|
|
|
|
HAVE_AO=no
|
|
@@ -22854,12 +22854,11 @@ fi
|
|
|
|
HAVE_SOLARIS="$ac_cv_header_sys_audioio_h"
|
|
|
|
-
|
|
if test "x$HAVE_SOLARIS" = xyes ; then
|
|
- SNDDRIVERS="$SNDDRIVERS snd_solaris.la"
|
|
- BUILD_SNDSOLARIS="yes"
|
|
+ # unmaintained/broken/solaris specific
|
|
+ # SNDDRIVERS="$SNDDRIVERS snd_solaris.la"
|
|
+ BUILD_SNDSOLARIS="no"
|
|
fi
|
|
-
|
|
|
|
if test "x$BUILD_SNDSOLARIS" = xyes; then
|
|
BUILD_SNDSOLARIS_TRUE=
|