summaryrefslogtreecommitdiff
path: root/audio/arts/patches/patch-ad
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-12-19 08:29:47 +0000
committermarkd <markd@pkgsrc.org>2005-12-19 08:29:47 +0000
commit100e7e6caafa21efca8fcbc626219e8ca856d8ef (patch)
treeeda487b73b140f770fb6fa52fd51b7a5c8ad5e20 /audio/arts/patches/patch-ad
parent029e02fc0aff444381aa6375be1938d98f014772 (diff)
downloadpkgsrc-100e7e6caafa21efca8fcbc626219e8ca856d8ef.tar.gz
Add explicit include of <stdio.h>. Fixes bulk build on netbsd-1.6.2.
Diffstat (limited to 'audio/arts/patches/patch-ad')
-rw-r--r--audio/arts/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/arts/patches/patch-ad b/audio/arts/patches/patch-ad
new file mode 100644
index 00000000000..0c317da4d0e
--- /dev/null
+++ b/audio/arts/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.5 2005/12/19 08:29:47 markd Exp $
+
+--- mcop/mcoputils.cc.orig 2005-12-18 18:53:48.000000000 +0100
++++ mcop/mcoputils.cc
+@@ -32,6 +32,7 @@
+ #include <errno.h>
+ #include <config.h>
+ #include <ctype.h>
++#include <stdio.h>
+ #include <map>
+
+ using namespace std;