summaryrefslogtreecommitdiff
path: root/audio/libao/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libao/patches/patch-aa')
-rw-r--r--audio/libao/patches/patch-aa36
1 files changed, 27 insertions, 9 deletions
diff --git a/audio/libao/patches/patch-aa b/audio/libao/patches/patch-aa
index 556bc630221..4d22e0075f4 100644
--- a/audio/libao/patches/patch-aa
+++ b/audio/libao/patches/patch-aa
@@ -1,13 +1,31 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/03/15 20:35:58 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2001/03/20 09:57:37 wiz Exp $
---- configure.orig Sun Feb 25 20:58:48 2001
-+++ configure Wed Mar 14 22:03:19 2001
-@@ -2086,6 +2086,8 @@
- HAVE_OSS_TRUE='#'
- HAVE_OSS_FALSE=
+--- configure.in.orig Sat Feb 24 02:31:45 2001
++++ configure.in
+@@ -112,7 +112,7 @@
+
+ dnl Check for ESD
+
+-AM_PATH_ESD(0.2.8, have_esd=yes, have_esd=no)
++AM_PATH_ESD(0.2.8, have_esd=no, have_esd=no)
+ AM_CONDITIONAL(HAVE_ESD,test "x$have_esd" = xyes)
+
+ dnl Check for OSS
+@@ -133,6 +133,11 @@
fi
-+HAVE_OSS_TRUE=
-+HAVE_OSS_FALSE='#'
+ AC_SUBST(ALSA_LIBS)
+
++dnl Check for Sun audio
++
++AC_CHECK_HEADERS(sys/audioio.h)
++AM_CONDITIONAL(HAVE_SUN_AUDIO,test "${ac_cv_header_sys_audioio_h}" = yes)
++
+ dnl Check for aRts
+
+ AC_PATH_PROG(ARTSC_CONFIG, artsc-config)
+@@ -160,4 +165,4 @@
+ CFLAGS="$CFLAGS -DAO_PLUGIN_PATH=\\\"$plugindir\\\""
- echo $ac_n "checking for snd_pcm_open in -lasound""... $ac_c" 1>&6
+-AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h src/plugins/Makefile src/plugins/esd/Makefile src/plugins/oss/Makefile src/plugins/alsa/Makefile src/plugins/arts/Makefile debian/Makefile)
++AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h src/plugins/Makefile src/plugins/esd/Makefile src/plugins/oss/Makefile src/plugins/alsa/Makefile src/plugins/sun/Makefile src/plugins/arts/Makefile debian/Makefile)