1 $NetBSD: patch-aq,v 1.1 2004/10/24 18:03:24 recht Exp $
3 --- modules/bzip2-method.c.orig Sun Oct 24 19:01:44 2004
4 +++ modules/bzip2-method.c Sun Oct 24 19:02:28 2004
9 -#ifdef HAVE_OLDER_BZIP2
10 +#if defined(HAVE_OLDER_BZIP2) && !defined(__APPLE__)
11 #define BZ2_bzDecompressInit bzDecompressInit
12 #define BZ2_bzCompressInit bzCompressInit
13 #define BZ2_bzDecompress bzDecompress