summaryrefslogtreecommitdiff
path: root/dev-ml/seq/files/seq-0.1-gentoo.patch
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, 10 insertions, 0 deletions
diff --git a/dev-ml/seq/files/seq-0.1-gentoo.patch b/dev-ml/seq/files/seq-0.1-gentoo.patch
new file mode 100644
index 000000000000..1b3de2b9c12f
--- /dev/null
+++ b/dev-ml/seq/files/seq-0.1-gentoo.patch
@@ -0,0 +1,10 @@
+--- 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