summaryrefslogtreecommitdiff
path: root/audio/timidity
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2002-07-19 04:09:26 +0000
committermycroft <mycroft@pkgsrc.org>2002-07-19 04:09:26 +0000
commit0d79c339e3ffb072fdc8720c2d52f6aec149102d (patch)
treeba3f71856ef1108d33e880bdbcd19bd8fc6bcb5a /audio/timidity
parent602494a0d87f3793fa702f99a9e0d99da0eadd13 (diff)
downloadpkgsrc-0d79c339e3ffb072fdc8720c2d52f6aec149102d.tar.gz
Fix LP64 botch.
Diffstat (limited to 'audio/timidity')
-rw-r--r--audio/timidity/distinfo3
-rw-r--r--audio/timidity/patches/patch-ae12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/timidity/distinfo b/audio/timidity/distinfo
index a9f975e9d71..101993150dc 100644
--- a/audio/timidity/distinfo
+++ b/audio/timidity/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2002/01/24 00:47:56 wiz Exp $
+$NetBSD: distinfo,v 1.6 2002/07/19 04:09:26 mycroft Exp $
SHA1 (TiMidity++-2.11.3.tar.bz2) = af2617fa3b2e232901cdcba8b3507b5d1d6fd6a5
Size (TiMidity++-2.11.3.tar.bz2) = 964222 bytes
SHA1 (patch-aa) = 35b267d74ff4e1bec8f12acad81a0e6d092cc8a7
SHA1 (patch-ad) = fea56f396c95c92873587ea3eccecf48bc73908b
+SHA1 (patch-ae) = 0b0695e5f0ce6c4c83b05be2b898c361c13483f5
diff --git a/audio/timidity/patches/patch-ae b/audio/timidity/patches/patch-ae
new file mode 100644
index 00000000000..3ff262e841f
--- /dev/null
+++ b/audio/timidity/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.4 2002/07/19 04:09:26 mycroft Exp $
+
+--- timidity/output.c.orig Wed Jan 9 10:14:35 2002
++++ timidity/output.c Fri Jul 19 04:01:18 2002
+@@ -25,6 +25,7 @@
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif /* HAVE_CONFIG_H */
++#include <stdlib.h>
+ #ifndef NO_STRING_H
+ #include <string.h>
+ #else