summaryrefslogtreecommitdiff
path: root/audio/esound/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/esound/patches/patch-ae')
-rw-r--r--audio/esound/patches/patch-ae34
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
+