diff options
author | jmmv <jmmv> | 2003-08-01 17:10:40 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-08-01 17:10:40 +0000 |
commit | 067fe125f97fcbbb72382b601817c2de43eca587 (patch) | |
tree | cc48218aa59b966583285291fcfdb48ec7f04194 /audio/esound/patches | |
parent | 2b0452421277437283083121654c36ea1faffe31 (diff) | |
download | pkgsrc-067fe125f97fcbbb72382b601817c2de43eca587.tar.gz |
Update to 0.2.30:
* IPv6 support (Archana Shah)
* Cygwin support (Masahiro Sakai)
* MacOS X CoreAudio support (Masanori Sekino)
* Always read esd config file, not only when auto-spawning (James Strandboge)
* Prevents drop-outs for hardware allowing low period_size (ALSA) (Stanislav)
* Man pages fixes (Stanislav)
* Major code cleanup (Kjartan)
* Ensure esd_open_audio succeed if interrupted (Arvind)
* Allow 0 as auto-standby value (Mohammed Waleed Kadous)
* Allow simultaneous play and record on Solaris (Balamurali)
* Add support for session name to esdcat (j@thing.net)
Diffstat (limited to 'audio/esound/patches')
-rw-r--r-- | audio/esound/patches/patch-ae | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/audio/esound/patches/patch-ae b/audio/esound/patches/patch-ae index 5a416faf3b5..de556be7c93 100644 --- a/audio/esound/patches/patch-ae +++ b/audio/esound/patches/patch-ae @@ -1,22 +1,30 @@ -$NetBSD: patch-ae,v 1.1 2002/10/03 12:21:29 jlam Exp $ +$NetBSD: patch-ae,v 1.2 2003/08/01 17:10:41 jmmv Exp $ ---- configure.orig Mon Aug 26 10:18:46 2002 +--- configure.orig 2003-08-01 16:51:15.000000000 +0200 +++ configure -@@ -7036,7 +7036,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a - echo $ac_n "(cached) $ac_c" 1>&6 +@@ -10989,13 +10989,13 @@ if test $ac_cv_func__oss_ioctl = yes; th + : else - ac_save_LIBS="$LIBS" + +-echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5 +-echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 ++echo "$as_me:$LINENO: checking for _oss_ioctl in ${LIBOSSAUDIO}" >&5 ++echo $ECHO_N "checking for _oss_ioctl in ${LIBOSSAUDIO}... $ECHO_C" >&6 + if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS -LIBS="-lossaudio $LIBS" +LIBS="${LIBOSSAUDIO} $LIBS" - cat > conftest.$ac_ext <<EOF - #line 7042 "configure" - #include "confdefs.h" -@@ -7070,7 +7070,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l - #define $ac_tr_lib 1 - EOF + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ +@@ -11048,7 +11048,7 @@ if test $ac_cv_lib_ossaudio__oss_ioctl = + #define HAVE_LIBOSSAUDIO 1 + _ACEOF - LIBS="-lossaudio $LIBS" + LIBS="${LIBOSSAUDIO} $LIBS" - else - echo "$ac_t""no" 1>&6 + fi + |