summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/seq/files/seq-0.1-gentoo.patch')
-rw-r--r--dev-ml/seq/files/seq-0.1-gentoo.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-ml/seq/files/seq-0.1-gentoo.patch b/dev-ml/seq/files/seq-0.1-gentoo.patch
deleted file mode 100644
index 1b3de2b9c12f..000000000000
--- a/dev-ml/seq/files/seq-0.1-gentoo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Makefile 2019-07-21 21:17:32.334645928 +0200
-+++ b/Makefile 2019-07-21 21:18:28.565894767 +0200
-@@ -9,6 +9,6 @@
- TOINSTALL=$(wildcard _build/src/*)
-
- install:
-- ocamlfind install seq META $(TOINSTALL)
-+ ocamlfind install -destdir $(DESTDIR)@LIBDIR@ seq META $(TOINSTALL)
-
- .PHONY: build clean install