aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-28 11:37:11 +0800
committersteve <steve@FreeBSD.org>2000-05-28 11:37:11 +0800
commit2ac99319f79cadc450acf86c890610f51067fc7f (patch)
treecd65a584b902c0926354c0058a8315e5c6b80e77 /security
parent40db98f05c1cfc7a3c14141269341e6de908b803 (diff)
downloadfreebsd-ports-gnome-2ac99319f79cadc450acf86c890610f51067fc7f.tar.gz
freebsd-ports-gnome-2ac99319f79cadc450acf86c890610f51067fc7f.tar.zst
freebsd-ports-gnome-2ac99319f79cadc450acf86c890610f51067fc7f.zip
BZ2_ was added recently to all functions in libbz2.a.
Diffstat (limited to 'security')
-rw-r--r--security/zebedee/files/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/zebedee/files/patch-ab b/security/zebedee/files/patch-ab
new file mode 100644
index 000000000000..cc3f13bd1d8c
--- /dev/null
+++ b/security/zebedee/files/patch-ab
@@ -0,0 +1,20 @@
+--- zebedee.c.orig Sat May 27 20:48:35 2000
++++ zebedee.c Sat May 27 20:51:13 2000
+@@ -902,7 +902,7 @@
+
+ case CMPTYPE_BZIP2:
+ #ifndef DONT_HAVE_BZIP2
+- if ((num = bzBuffToBuffDecompress((char *)(msg->data),
++ if ((num = BZ2_bzBuffToBuffDecompress((char *)(msg->data),
+ (unsigned int *)&uncmpSize,
+ (char *)(msg->tmp),
+ (unsigned int)size,
+@@ -981,7 +981,7 @@
+
+ case CMPTYPE_BZIP2:
+ #ifndef DONT_HAVE_BZIP2
+- if ((num = bzBuffToBuffCompress((char *)(msg->tmp + 2),
++ if ((num = BZ2_bzBuffToBuffCompress((char *)(msg->tmp + 2),
+ (unsigned int *)&cmpSize,
+ (char *)(msg->data),
+ (unsigned int)size,