summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-vfs/patches/patch-aq')
-rw-r--r--sysutils/gnome-vfs/patches/patch-aq13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/gnome-vfs/patches/patch-aq b/sysutils/gnome-vfs/patches/patch-aq
new file mode 100644
index 00000000000..f7011cf9696
--- /dev/null
+++ b/sysutils/gnome-vfs/patches/patch-aq
@@ -0,0 +1,13 @@
+$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