diff options
author | skrll <skrll@pkgsrc.org> | 2003-07-07 20:51:53 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-07-07 20:51:53 +0000 |
commit | b635b604b5e46fcea7b48aa1c962bf161c2910b3 (patch) | |
tree | ca316207382d0ba594a486e1d85aa2af2678442e /audio/arts/PLIST | |
parent | 8566b2c3fdf6209cb61f946a35c90893983c595d (diff) | |
download | pkgsrc-b635b604b5e46fcea7b48aa1c962bf161c2910b3.tar.gz |
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.
Diffstat (limited to 'audio/arts/PLIST')
-rw-r--r-- | audio/arts/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/arts/PLIST b/audio/arts/PLIST index b079bc2dd5d..5ebd31cad4d 100644 --- a/audio/arts/PLIST +++ b/audio/arts/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/03/11 13:33:44 markd Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/07/07 20:51:53 skrll Exp $ bin/artsc-config bin/artscat bin/artsd @@ -134,6 +134,10 @@ lib/libmcop.la lib/libmcop.so lib/libmcop.so.1 lib/libmcop.so.1.0 +lib/libmcop_mt.la +lib/libmcop_mt.so +lib/libmcop_mt.so.1 +lib/libmcop_mt.so.1.0 lib/libqtmcop.la lib/libqtmcop.so lib/libqtmcop.so.1 |