pkgsrc/audio/gsm/patches/patch-ac
obache 05d87d2eb8 Update gsm to 1.0.12 a.k.a 1.0-pl12.
Bump ABI_DEPENDS because reentrant fix changed struct gsm_state.
(It is defined in gsm/private.h, but used by other packages directly).

Fri Jun  2 06:27:56 2006        Jutta Degener (jutta@pobox.com)

        * Release 1.0 Patchlevel 12
        src/code.c: removed modifiable static storage that made the library
                non-reentrant.  (Thanks to Paul Gibbs for pointing out the bug.)

Sat Mar 18 11:48:28 2006        Jutta Degener (jutta@pobox.com)

        * Release 1.0 Patchlevel 11
        src/gsm_implode.c: fix WAV49 implode
        move source archive location
2009-02-03 06:09:09 +00:00

12 lines
289 B
Text

$NetBSD: patch-ac,v 1.2 2009/02/03 06:09:09 obache Exp $
--- src/code.c.orig 2006-04-26 19:16:50.000000000 +0000
+++ src/code.c
@@ -11,6 +11,7 @@
#ifdef HAS_STDLIB_H
#include <stdlib.h>
+#include <string.h>
#else
# include "proto.h"
extern char * memcpy P((char *, char *, int));