Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / gnome-vfs / patches / patch-aq
blob164c352de146ff9fddc82b4b7fce72f42304d6ed
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
5 @@ -37,7 +37,7 @@
6  
7  #include <bzlib.h>
8  
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