diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-07-04 08:56:18 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-07-04 14:43:49 +0200 |
commit | 5ea955144babc9f210664f88f9894540c7a723cf (patch) | |
tree | 445cd5208f2787c03b4671ce0899bc425742261c /dev-ml | |
parent | dev-ml/cairo2: remove unused patches (diff) | |
download | gentoo-5ea955144babc9f210664f88f9894540c7a723cf.tar.gz gentoo-5ea955144babc9f210664f88f9894540c7a723cf.tar.bz2 gentoo-5ea955144babc9f210664f88f9894540c7a723cf.zip |
dev-ml/camldbm: remove unused patch(es)
Bug: https://github.com/gentoo/gentoo/pull/37421
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camldbm/files/hasgotfix.patch | 15 | ||||
-rw-r--r-- | dev-ml/camldbm/files/include_fix.patch | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ml/camldbm/files/hasgotfix.patch b/dev-ml/camldbm/files/hasgotfix.patch deleted file mode 100644 index 840ffcbe7f0f..000000000000 --- a/dev-ml/camldbm/files/hasgotfix.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1202&group_id=278&atid=1189 - -Index: camldbm-1.0/configure -=================================================================== ---- camldbm-1.0.orig/configure -+++ camldbm-1.0/configure -@@ -35,7 +35,7 @@ hasgot() { - ${CC:-cc} -I$1 -o hasgot.exe hasgot.c $3 $4 - res=$? - rm -f hasgot.c hasgot.exe -- return $? -+ return $res - } - - dbm_include="not found" 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 |