SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
net/mldonkey/patches/patch-src_utils_lib_misc2_mlcpp
Normal file
13
net/mldonkey/patches/patch-src_utils_lib_misc2_mlcpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- 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
|
Loading…
Add table
Add a link
Reference in a new issue