b635b604b5
The s/mcop_mt/mcop/ hack that worked with pth doesn't work in -current. Make libmcop_mt build with pre-current and pth by providing sem_* calls based on a mutex and a condition variable.
13 lines
378 B
Text
13 lines
378 B
Text
$NetBSD: patch-ag,v 1.3 2003/07/07 20:51:55 skrll Exp $
|
|
|
|
--- configure.orig Sat Jan 4 06:07:20 2003
|
|
+++ configure
|
|
@@ -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
|
|
|
|
|