summaryrefslogtreecommitdiff
path: root/audio/xmms/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-10-05 10:56:37 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-10-05 10:56:37 +0000
commit05317627d3b4a039d5bf8eb1c1a6ae42e17d1650 (patch)
tree140510d362eebe9ce0f00a11f70ef22c6f4c50cb /audio/xmms/patches
parent043c34122065e362b581e3a7be0e11ae4dbc96b4 (diff)
downloadpkgsrc-05317627d3b4a039d5bf8eb1c1a6ae42e17d1650.tar.gz
Add <sys/types.h> in the #ifdef __FreeBSD__ statement to get u_int, size_t
definitions. Fixes build on FreeBSD, closes PR pkg/21910.
Diffstat (limited to 'audio/xmms/patches')
-rw-r--r--audio/xmms/patches/patch-ah16
1 files changed, 12 insertions, 4 deletions
diff --git a/audio/xmms/patches/patch-ah b/audio/xmms/patches/patch-ah
index 80be912013c..fc70dccf01c 100644
--- a/audio/xmms/patches/patch-ah
+++ b/audio/xmms/patches/patch-ah
@@ -1,8 +1,16 @@
-$NetBSD: patch-ah,v 1.5 2002/10/25 08:59:05 skrll Exp $
+$NetBSD: patch-ah,v 1.6 2003/10/05 10:56:37 xtraeme Exp $
---- libxmms/util.c.orig Fri Jun 1 08:07:49 2001
-+++ libxmms/util.c
-@@ -72,7 +76,7 @@
+--- libxmms/util.c.orig Sun Oct 5 12:46:32 2003
++++ libxmms/util.c Sun Oct 5 12:47:21 2003
+@@ -11,6 +11,7 @@
+ #endif
+
+ #ifdef __FreeBSD__
++#include <sys/types.h>
+ #include <sys/sysctl.h>
+ #endif
+
+@@ -72,7 +73,7 @@
gboolean xmms_check_realtime_priority(void)
{