summaryrefslogtreecommitdiff
path: root/dev-ml/camldbm/files/hasgotfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/camldbm/files/hasgotfix.patch')
-rw-r--r--dev-ml/camldbm/files/hasgotfix.patch15
1 files changed, 0 insertions, 15 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"