summaryrefslogtreecommitdiff
path: root/audio/xmms/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms/patches/patch-ah')
-rw-r--r--audio/xmms/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xmms/patches/patch-ah b/audio/xmms/patches/patch-ah
new file mode 100644
index 00000000000..f89ecab5b8c
--- /dev/null
+++ b/audio/xmms/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2000/03/07 23:03:13 tron Exp $
+
+--- libxmms/util.c.orig Mon Nov 15 17:50:37 1999
++++ libxmms/util.c Tue Mar 7 23:53:13 2000
+@@ -56,7 +56,7 @@
+
+ gboolean xmms_check_realtime_priority(void)
+ {
+-#ifdef HAVE_SCHED_SETSCHEDULER
++#if !defined(__NetBSD__) && defined(HAVE_SCHED_SETSCHEDULER)
+ #ifdef __FreeBSD__
+ /*
+ * Check if priority scheduling is enabled in the kernel