$NetBSD: patch-aq,v 1.1 2004/10/24 18:03:24 recht Exp $

--- modules/bzip2-method.c.orig	Sun Oct 24 19:01:44 2004
+++ modules/bzip2-method.c	Sun Oct 24 19:02:28 2004
@@ -37,7 +37,7 @@
 
 #include <bzlib.h>
 
-#ifdef HAVE_OLDER_BZIP2
+#if defined(HAVE_OLDER_BZIP2) && !defined(__APPLE__)
 #define BZ2_bzDecompressInit  bzDecompressInit
 #define BZ2_bzCompressInit    bzCompressInit
 #define BZ2_bzDecompress      bzDecompress
