diff options
Diffstat (limited to 'multimedia/kdemultimedia4/files/patch-plat_freebsd.c')
-rw-r--r-- | multimedia/kdemultimedia4/files/patch-plat_freebsd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/kdemultimedia4/files/patch-plat_freebsd.c b/multimedia/kdemultimedia4/files/patch-plat_freebsd.c new file mode 100644 index 0000000..dd6c062 --- /dev/null +++ b/multimedia/kdemultimedia4/files/patch-plat_freebsd.c @@ -0,0 +1,11 @@ +--- kscd/libwm/plat_freebsd.c Tue Apr 10 13:34:52 2001 ++++ kscd/libwm/plat_freebsd.c.new Thu Nov 29 22:20:56 2001 +@@ -159,6 +159,8 @@ + wm_lib_message(WM_MSG_LEVEL_DEBUG|WM_MSG_CLASS, "calling wmcd_open()\n"); + status = wmcd_open( d ); /* open it as usual */ + wm_susleep( 1000 ); ++ if(status == -EACCES || status == 1) ++ return status; + } while ( status != 0 ); + return status; + } /* wmcd_reopen() */ |