dev-ml/ocaml-ctypes: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2025-04-27 21:22:43 +02:00
committed by Alfredo Tupone
parent 3c4dd878de
commit 010b34afc0
2 changed files with 0 additions and 52 deletions

View File

@@ -1,23 +0,0 @@
--- a/Makefile 2023-01-24 08:35:02.515456277 +0100
+++ b/Makefile 2023-01-24 08:35:45.459755298 +0100
@@ -161,7 +161,9 @@
$(INSTALL_HEADERS) \
$(if $(filter yes,$($(PROJECT).install_native_objects)),$(NATIVE_OBJECTS)))
+$(PROJECTS:%=install-%): META-install
+
install: META-install $(PROJECTS:%=install-%)
uninstall:
$(OCAMLFIND) remove ctypes
--- a/Makefile.rules 2023-01-24 22:19:00.571780005 +0100
+++ b/Makefile.rules 2023-01-24 22:18:06.710631483 +0100
@@ -99,7 +99,7 @@
$(BUILDDIR)/dll%_stubs_xen$(EXTDLL): $$(XEN_OBJECTS)
$(OCAMLMKLIB) -o $(BUILDDIR)/$*_stubs_xen $^ $(OCAMLMKLIB_FLAGS) $(OCAMLMKLIB_EXTRA_FLAGS)
-$(BUILDDIR)/%.cmxs : $$(NATIVE_OBJECTS)
+$(BUILDDIR)/%.cmxs : $$(NATIVE_OBJECTS) $(C_OBJECTS)
$(OCAMLFIND) opt -shared -linkall $(OCAMLFLAGS) $(THREAD_FLAG) $(OCAMLFIND_PACKAGE_FLAGS) -o $@ $(NATIVE_OBJECTS) $(C_OBJECTS) $(OCAML_LINK_FLAGS)
$(BUILDDIR)/%.cma: $$(BYTE_OBJECTS)

View File

@@ -1,29 +0,0 @@
--- a/Makefile 2023-01-24 08:35:02.515456277 +0100
+++ b/Makefile 2023-01-24 08:35:45.459755298 +0100
@@ -81,7 +81,7 @@
cstubs.public = cstubs_structs cstubs cstubs_inverted
cstubs.dir = src/cstubs
cstubs.subproject_deps = ctypes
-cstubs.deps = str integers
+cstubs.deps = bigarray-compat str integers
cstubs.install = yes
cstubs.install_native_objects = yes
cstubs.extra_hs = $(package_integers_path)/ocaml_integers.h
@@ -93,7 +93,7 @@
ctypes-foreign.public = dl libffi_abi foreign
ctypes-foreign.dir = src/ctypes-foreign
ctypes-foreign.subproject_deps = ctypes
-ctypes-foreign.deps = integers
+ctypes-foreign.deps = bigarray-compat integers
ctypes-foreign.install = yes
ctypes-foreign.install_native_objects = yes
ctypes-foreign.extra_cs = dl_stubs.c
@@ -111,7 +111,7 @@
ctypes-top.public = ctypes_printers
ctypes-top.dir = src/ctypes-top
ctypes-top.install = yes
-ctypes-top.deps = compiler-libs integers
+ctypes-top.deps = bigarray-compat compiler-libs integers
ctypes-top.subproject_deps = ctypes
ctypes-top.install_native_objects = yes