openbsd-ports/games/quake2/patches/patch-configure
2010-04-26 16:37:24 +00:00

38 lines
819 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2010/04/26 16:37:24 jakemsr Exp $
--- configure.orig Tue Mar 16 02:38:24 2004
+++ configure Tue Jan 20 03:37:35 2009
@@ -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=