summaryrefslogtreecommitdiff
path: root/audio/muse/patches
diff options
context:
space:
mode:
authorhasso <hasso>2009-03-11 14:42:35 +0000
committerhasso <hasso>2009-03-11 14:42:35 +0000
commitddbc57d254b8c029d9c06c24b2a564c9b93ce06d (patch)
tree03a76506ae99b2c0dafd4381f1e3dec1c703afaa /audio/muse/patches
parent0bdf1da245ccaac5fe1f745487e69349289292c1 (diff)
downloadpkgsrc-ddbc57d254b8c029d9c06c24b2a564c9b93ce06d.tar.gz
Make it build on DragonFly.
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