diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-11 16:29:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-11 16:29:25 +0000 |
commit | ed032ecff0975ca0485119d58e5ea8cf8f0677c0 (patch) | |
tree | 932b7224938e995f9865319a033606c7ae0bc128 /comms | |
parent | a57b6230795649cfcd47d1901b6cee57a8695553 (diff) | |
download | pkgsrc-ed032ecff0975ca0485119d58e5ea8cf8f0677c0.tar.gz |
Add patch that hopefully fixes the build problem on 1.6.2.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/scmxx/distinfo | 3 | ||||
-rw-r--r-- | comms/scmxx/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index 8145a37cea0..8fa202c9401 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.31 2006/03/03 22:25:14 wiz Exp $ +$NetBSD: distinfo,v 1.32 2006/03/11 16:29:25 wiz Exp $ SHA1 (scmxx-0.9.0.tar.bz2) = f4f564a198531121587eff38fb8839c5a4c4dfd5 RMD160 (scmxx-0.9.0.tar.bz2) = cab08c6750be9a8463eed96b7c2f3fdb885f4a1e Size (scmxx-0.9.0.tar.bz2) = 250681 bytes +SHA1 (patch-aa) = ed2d4e87d15c691272f714a95d9a1f6232b12b83 diff --git a/comms/scmxx/patches/patch-aa b/comms/scmxx/patches/patch-aa new file mode 100644 index 00000000000..a3130c52426 --- /dev/null +++ b/comms/scmxx/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.12 2006/03/11 16:29:25 wiz Exp $ + +--- src/apoconv/apo_main.c.orig 2006-02-23 12:31:31.000000000 +0000 ++++ src/apoconv/apo_main.c +@@ -73,7 +73,7 @@ void apo_main_decode_v1 (struct mmapped_ + { + char* buffer = NULL; + int i = 0; +- int k = 0;; ++ int k = 0; + uint32_t* ptr; + int hsize = 0; + |