diff options
author | joerg <joerg> | 2006-03-06 14:26:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-03-06 14:26:17 +0000 |
commit | 5e58e8c78dd44d4d7a5176935a106e1e1d06ce30 (patch) | |
tree | b24e8eff3444b21509b3f1917e7a4e2b975995d4 /audio/mp3splt | |
parent | ee51bc05ce865c3a2dc78b89968027b7bc2821fc (diff) | |
download | pkgsrc-5e58e8c78dd44d4d7a5176935a106e1e1d06ce30.tar.gz |
Replace incomplete array definition in prototype to match definition.
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/distinfo | 3 | ||||
-rw-r--r-- | audio/mp3splt/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index f4a15556611..6da8f3ab4e0 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2005/10/31 15:59:14 tv Exp $ +$NetBSD: distinfo,v 1.7 2006/03/06 14:26:17 joerg Exp $ SHA1 (mp3splt-2.1c-src.tar.gz) = 40962d696c2a687569ab55382600178f5c8fd2b1 RMD160 (mp3splt-2.1c-src.tar.gz) = 857b225ac4645cc43cc0381e5ecfe908d9c01fb9 Size (mp3splt-2.1c-src.tar.gz) = 131810 bytes SHA1 (patch-aa) = f90ac091d136de06b00daee259dcfadd77b68e30 +SHA1 (patch-ab) = 7572d2a026e328f355675b54b258ba262fab1568 diff --git a/audio/mp3splt/patches/patch-ab b/audio/mp3splt/patches/patch-ab new file mode 100644 index 00000000000..c66dd65108c --- /dev/null +++ b/audio/mp3splt/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/03/06 14:26:17 joerg Exp $ + +--- splt.h.orig 2006-03-06 15:13:08.000000000 +0100 ++++ splt.h +@@ -93,7 +93,7 @@ char *zero_pad (char *s, char *out, int + + char *zero_pad_float (float f, char *out); + +-int parse_outformat(char *s, char format[][], int cddboption); ++int parse_outformat(char *s, char format[OUTNUM][MAXOLEN], int cddboption); + + unsigned char *cleanstring (unsigned char *s); + |