openbsd-ports/multimedia/xine-ui/patches/patch-src_xitk_xine-toolkit_tips_c

14 lines
533 B
Plaintext
Raw Normal View History

2007-05-22 04:11:08 -04:00
$OpenBSD: patch-src_xitk_xine-toolkit_tips_c,v 1.2 2007/05/22 08:11:08 steven Exp $
--- src/xitk/xine-toolkit/tips.c.orig Sun Dec 31 22:58:10 2006
+++ src/xitk/xine-toolkit/tips.c Wed May 16 17:38:59 2007
@@ -248,7 +248,9 @@ void xitk_tips_init(Display *disp) {
#ifdef _POSIX_THREAD_PRIORITY_SCHEDULING
pthread_attr_getschedparam(&pth_attrs, &pth_params);
+#ifndef __OpenBSD__
pth_params.sched_priority = sched_get_priority_min(SCHED_OTHER);
+#endif
pthread_attr_setschedparam(&pth_attrs, &pth_params);
#endif