pkgsrc/devel/glib2/patches/patch-aa
2003-01-29 10:18:34 +00:00

13 lines
536 B
Text

$NetBSD: patch-aa,v 1.8 2003/01/29 10:18:35 tron Exp $
--- gthread/gthread-posix.c.orig 2002-11-04 21:04:55.000000000 +0100
+++ gthread/gthread-posix.c 2003-01-28 11:05:52.000000000 +0100
@@ -97,7 +97,7 @@
# error This should not happen. Contact the GLib team.
#endif
-#if defined (POSIX_MIN_PRIORITY) && defined (POSIX_MAX_PRIORITY)
+#if defined (POSIX_MIN_PRIORITY) && defined (POSIX_MAX_PRIORITY) && defined(_POSIX_THREAD_PRIORITY_SCHEDULING)
# define HAVE_PRIORITIES 1
static gint priority_normal_value;
# ifdef __FreeBSD__