From 935e32b6d1635a8e8abd574e673cbcbe50b33a37 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 7 Jul 2003 20:51:53 +0000 Subject: Fix (at least) artsd on -current. 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. --- audio/arts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/arts/Makefile') diff --git a/audio/arts/Makefile b/audio/arts/Makefile index b6cc9f04464..89ae72497b5 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2003/05/30 12:49:09 markd Exp $ +# $NetBSD: Makefile,v 1.17 2003/07/07 20:51:53 skrll Exp $ DISTNAME= arts-1.1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio COMMENT= Analog Real-Time Synthesizer -- cgit v1.2.3