summaryrefslogtreecommitdiff
path: root/audio/arts
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2004-04-04 06:45:00 +0000
committermrg <mrg@pkgsrc.org>2004-04-04 06:45:00 +0000
commitf48d35d92c0f3a103e0705910874dbde5db5e072 (patch)
tree19037dc7758489910e9ea918d5ee103e4fcc028b /audio/arts
parentbe4d58b7140297ed2576ec361f0c84dbcedd3228 (diff)
downloadpkgsrc-f48d35d92c0f3a103e0705910874dbde5db5e072.tar.gz
include "config.h" in debug.cc so that ifdef HAVE_VASPRINTF actually works.
fixes a compile problem on macppc (where it attempts va_list assignment otherwise.)
Diffstat (limited to 'audio/arts')
-rw-r--r--audio/arts/distinfo3
-rw-r--r--audio/arts/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/arts/distinfo b/audio/arts/distinfo
index 9015d07b58e..33850162a29 100644
--- a/audio/arts/distinfo
+++ b/audio/arts/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.21 2004/03/09 11:11:15 markd Exp $
+$NetBSD: distinfo,v 1.22 2004/04/04 06:45:00 mrg Exp $
SHA1 (arts-1.2.1.tar.bz2) = 8a81234dd2122bee981cc4df08ad0f3f591699f2
Size (arts-1.2.1.tar.bz2) = 1039479 bytes
+SHA1 (patch-aa) = ff582ade3d9913440cd20d92b342a5357991f555
SHA1 (patch-ab) = 73c4ec5360ce671f69b6de4e226cda9478d098ee
SHA1 (patch-ac) = de22843493a184f4aa8c20e011aa2a73ad794728
SHA1 (patch-af) = 9a130ccd7f56656bb55e2c5edf223c38c69be591
diff --git a/audio/arts/patches/patch-aa b/audio/arts/patches/patch-aa
new file mode 100644
index 00000000000..8bb73bfe907
--- /dev/null
+++ b/audio/arts/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2004/04/04 06:45:00 mrg Exp $
+
+--- mcop/debug.cc.orig 2003-10-14 05:59:41.000000000 +1000
++++ mcop/debug.cc 2004-04-04 16:22:41.000000000 +1000
+@@ -24,6 +24,7 @@
+ */
+
+ #include "debug.h"
++#include "config.h"
+ #include <stdlib.h>
+ #include <stdarg.h>
+ #include <stdio.h>