diff options
Diffstat (limited to 'audio/arts/patches/patch-ag')
-rw-r--r-- | audio/arts/patches/patch-ag | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/audio/arts/patches/patch-ag b/audio/arts/patches/patch-ag index a8615e1cc0c..b4f115e48cc 100644 --- a/audio/arts/patches/patch-ag +++ b/audio/arts/patches/patch-ag @@ -1,13 +1,22 @@ -$NetBSD: patch-ag,v 1.1 2002/10/03 10:22:35 jlam Exp $ +$NetBSD: patch-ag,v 1.2 2003/03/11 13:33:46 markd Exp $ ---- configure.orig Thu Oct 3 02:11:16 2002 +--- configure.orig Sat Jan 4 06:07:20 2003 +++ configure -@@ -23952,7 +23952,7 @@ fi - echo "$as_me:23952: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 +@@ -30085,7 +30085,7 @@ + echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then - LIBOSSAUDIO="-lossaudio" + LIBOSSAUDIO="${LIBOSSAUDIO}" fi - MCOPIDL='$(top_builddir)/mcopidl/mcopidl' + +@@ -31509,7 +31509,7 @@ + + + +-DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin" ++DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin mcop_mt" + + if test ! -s $srcdir/subdirs; then + TOPSUBDIRS="" |