summaryrefslogtreecommitdiff
path: root/dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch')
-rw-r--r--dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch b/dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch
deleted file mode 100644
index f0d370cfd94a..000000000000
--- a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 726e8d6e31224eb70f75655579da9a374e910b98
-Author: Jean-Christophe Filliatre <Jean-Christophe.Filliatre@lri.fr>
-Date: Mon Feb 13 08:41:58 2017 +0100
-
- fixed 'make check'
-
-diff --git a/Makefile.in b/Makefile.in
-index 58b9e9c..9ce40df 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -360,7 +360,7 @@ bin/testunix.opt: $(CMXA) myTest/testunix.ml
- $(OCAMLOPT) -unsafe -inline 100 -o $@ unix.cmxa $^
-
- check: $(CMA) tests/check.ml bin/test-ts
-- ocaml $(CMA) tests/test_clique.ml tests/check.ml
-+ ocaml -I . $(CMA) tests/test_clique.ml tests/check.ml
- bin/test-ts 10
-
- # Additional rules