$NetBSD: patch-configure,v 1.8 2023/01/09 14:24:40 wiz Exp $

Do not install META files for libraries that were split off

--- configure.orig	2023-01-09 14:18:01.493625801 +0000
+++ configure
@@ -555,10 +555,10 @@ fi
 check_library dynlink '' dynlink/dynlink.cmi dynlink.cmi
 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;
