ports/net/mldonkey/patches/patch-src_utils_lib_misc2_mlcpp

14 lines
371 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- src/utils/lib/misc2.mlcpp.orig Tue Feb 10 05:00:38 2015
+++ src/utils/lib/misc2.mlcpp Tue Feb 10 05:01:12 2015
@@ -21,9 +21,7 @@
let bz2_extract filename =
#ifdef USE_BZIP2
- if Autoconf.system = "openbsd" then
- failwith "bz2 not supported on this platform"
- else begin
+ begin
let file = ref "" in
try
let buffer = String.create 4096 in