SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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