6937f949e1
ok jmmv, drochner
13 lines
423 B
Text
13 lines
423 B
Text
$NetBSD: patch-aq,v 1.1 2007/09/19 22:22:40 wiz 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
|