openbsd-ports/multimedia/xine-ui/patches/patch-src_xitk_xine-toolkit_label_c
2010-04-18 20:59:39 +00:00

14 lines
563 B
Plaintext

$OpenBSD: patch-src_xitk_xine-toolkit_label_c,v 1.3 2010/04/18 20:59:39 sthen Exp $
--- src/xitk/xine-toolkit/label.c.orig Fri Dec 18 19:34:22 2009
+++ src/xitk/xine-toolkit/label.c Sat Apr 3 12:57:12 2010
@@ -329,7 +329,9 @@ static void label_setup_label(xitk_widget_t *w, const
#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