pkgsrc/audio/muse/patches/patch-aa
2014-04-23 20:14:03 +00:00

13 lines
398 B
Text

$NetBSD: patch-aa,v 1.3 2014/04/23 20:14:03 asau 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
@@ -31,7 +31,7 @@
#include <unistd.h>
#endif
-#ifdef HAVE_SYS_UIO_H
+#if defined(HAVE_SYS_UIO_H) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
#include <sys/uio.h>
#else
#ifndef _SYS_UIO_H