summaryrefslogtreecommitdiff
path: root/audio/muse/patches
diff options
context:
space:
mode:
Diffstat (limited to 'audio/muse/patches')
-rw-r--r--audio/muse/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/muse/patches/patch-aa b/audio/muse/patches/patch-aa
index f74a9384229..97d4e77f35d 100644
--- a/audio/muse/patches/patch-aa
+++ b/audio/muse/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
+$NetBSD: patch-aa,v 1.2 2009/03/11 14:42:35 hasso Exp $
--- src/shout/sock.h.orig 2004-04-30 01:49:50.000000000 +0200
+++ src/shout/sock.h 2004-04-30 01:50:10.000000000 +0200
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
#endif
-#ifdef HAVE_SYS_UIO_H
-+#if defined(HAVE_SYS_UIO_H) || defined(__NetBSD__)
++#if defined(HAVE_SYS_UIO_H) || defined(__NetBSD__) || defined(__DragonFly__)
#include <sys/uio.h>
#else
#ifndef _SYS_UIO_H