blob: f39fcd2d833d4e6c6a3ee839b68ced2abd78afdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-configure,v 1.7 2021/03/18 08:30:43 jaapb Exp $
Do not install META files for libraries that were split off
--- configure.orig 2021-03-16 11:43:00.000000000 +0000
+++ configure
@@ -511,10 +511,10 @@ fi
check_library bigarray 'possible since 4.08'
check_library compiler-libs '' 'compiler-libs'
-check_library dbm 'normal since 4.00'
-check_library graphics 'normal since 4.09'
-check_library num 'normal since 4.06'
-check_library ocamlbuild 'normal since 4.03' ocamlbuild/ocamlbuildlib.cma
+#check_library dbm 'normal since 4.00'
+#check_library graphics 'normal since 4.09'
+#check_library num 'normal since 4.06'
+#check_library ocamlbuild 'normal since 4.03' ocamlbuild/ocamlbuildlib.cma
check_library ocamldoc '' ocamldoc/odoc.cmi
check_library raw_spacetime 'normal since 4.12' raw_spacetime_lib.cmxa
check_library threads '' threads/thread.cmi vmthreads/thread.cmi;
|