summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-07-01 09:42:20 +0000
committersbd <sbd@pkgsrc.org>2012-07-01 09:42:20 +0000
commit94620114dc5922e76a75ffa3e8a1d94e983bf66d (patch)
tree5401c43c2fe01f0bbccdf1d62d7cd335d13e6bdb /audio
parentd6caed3ed617841c0960d47a22b367d8798e8690 (diff)
downloadpkgsrc-94620114dc5922e76a75ffa3e8a1d94e983bf66d.tar.gz
You don't need to pass a pointer to a gzFile as the first arguement to
gzprintf() only a gzFile. Fixes the build with zlib-1.2.7
Diffstat (limited to 'audio')
-rw-r--r--audio/terminatorx/distinfo3
-rw-r--r--audio/terminatorx/patches/patch-src_tX__midiin.cc13
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/terminatorx/distinfo b/audio/terminatorx/distinfo
index b0a4927109e..023c87c2980 100644
--- a/audio/terminatorx/distinfo
+++ b/audio/terminatorx/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2011/11/24 20:34:34 marino Exp $
+$NetBSD: distinfo,v 1.8 2012/07/01 09:42:20 sbd Exp $
SHA1 (terminatorX-3.82.tar.bz2) = 8d492fc759ffb77c2549190081077e12f765233f
RMD160 (terminatorX-3.82.tar.bz2) = b70c688101844a07eddcd3e090cd6e805e93f066
@@ -12,4 +12,5 @@ SHA1 (patch-af) = 7129f695f1c7e79800d123b4a3d5db7a8f6c3f5d
SHA1 (patch-ag) = 53094ee9beb48478ee4ea3c375422c858fc2fc81
SHA1 (patch-ah) = f2d7ca4631b177840b88d82d614e11ba779b4ef5
SHA1 (patch-ai) = 7fe25f7b29fcb807b00bee363337f163f0171813
+SHA1 (patch-src_tX__midiin.cc) = 4e5b34e5c99ecc6a5c750cc2e5c9fe700b1871fb
SHA1 (patch-src_tx__dial_c) = b2c6824b1c103d3f86943d6040e741aab6158cb9
diff --git a/audio/terminatorx/patches/patch-src_tX__midiin.cc b/audio/terminatorx/patches/patch-src_tX__midiin.cc
new file mode 100644
index 00000000000..815ec15cc78
--- /dev/null
+++ b/audio/terminatorx/patches/patch-src_tX__midiin.cc
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_tX__midiin.cc,v 1.1 2012/07/01 09:42:20 sbd Exp $
+
+--- src/tX_midiin.cc.orig 2003-08-21 22:41:50.000000000 +0000
++++ src/tX_midiin.cc
+@@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G
+
+ void tX_midiin::store_connections(FILE *rc, char *indent)
+ {
+- gzFile *rz=NULL;
++ gzFile rz=NULL;
+
+ tX_store("%s<midi_connections>\n", indent);
+ strcat(indent, "\t");