summaryrefslogtreecommitdiff
path: root/audio/xmms/patches/patch-ah
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-03-07 23:03:12 +0000
committertron <tron@pkgsrc.org>2000-03-07 23:03:12 +0000
commitcc9a776b2448907165366ad7d2cff319c6470f52 (patch)
tree76bef3c6d9340cb64fe5fdd4e0906e8399145720 /audio/xmms/patches/patch-ah
parent8e15c25b424706ea3edaac931d821769849404dd (diff)
downloadpkgsrc-cc9a776b2448907165366ad7d2cff319c6470f52.tar.gz
Bring this package closer to a working state. Configuring the "libxmms"
library doesn't work properly yet.
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