summaryrefslogtreecommitdiff
path: root/dev-ml/camldbm/files/include_fix.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-06 08:06:16 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-06 08:06:16 +0100
commit4187bba080530c5ca1c7dae9c233e88f3fc8f535 (patch)
treeb6f535e053876097ced1b6bda14a4da890c730d4 /dev-ml/camldbm/files/include_fix.patch
parent2a8d2f71d1d9963368e0ef3d641d75979a689d12 (diff)
gentoo auto-resync : 06:07:2024 - 08:06:15
Diffstat (limited to 'dev-ml/camldbm/files/include_fix.patch')
-rw-r--r--dev-ml/camldbm/files/include_fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-ml/camldbm/files/include_fix.patch b/dev-ml/camldbm/files/include_fix.patch
deleted file mode 100644
index 16fb6bd1e96e..000000000000
--- a/dev-ml/camldbm/files/include_fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1201&group_id=278&atid=1189
-
-Index: camldbm-1.0/Makefile
-===================================================================
---- camldbm-1.0.orig/Makefile
-+++ camldbm-1.0/Makefile
-@@ -51,7 +51,7 @@ libcamldbm.$(A): cldbm.$(O)
- $(OCAMLOPT) -c $(COMPFLAGS) $<
-
- .c.$(O):
-- $(OCAMLC) -c -ccopt "$(DBM_INCLUDE)" -ccopt "$(DBM_DEFINES)" $<
-+ $(OCAMLC) -c -ccopt "$(DBM_INCLUDES)" -ccopt "$(DBM_DEFINES)" $<
-
- depend:
- $(OCAMLDEP) *.ml *.mli > .depend