aboutsummaryrefslogtreecommitdiffstats
path: root/testing/flow/makefile-tag-thread.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-07-07 21:49:16 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-07-07 21:46:59 +0200
commit59eeb44d5d0fb28d87b85e0c7e54c9868819c111 (patch)
tree53698ca945ed9f2c4197bc3f7c3bdcb18a7a4a73 /testing/flow/makefile-tag-thread.patch
parentb32f93271626ebd7c98407057024935c166cb614 (diff)
downloadaports-59eeb44d5d0fb28d87b85e0c7e54c9868819c111.tar.bz2
aports-59eeb44d5d0fb28d87b85e0c7e54c9868819c111.tar.xz
testing/flow: new aport
https://flow.org/ A static typechecker for JavaScript
Diffstat (limited to 'testing/flow/makefile-tag-thread.patch')
-rw-r--r--testing/flow/makefile-tag-thread.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/flow/makefile-tag-thread.patch b/testing/flow/makefile-tag-thread.patch
new file mode 100644
index 0000000000..f19535fa95
--- /dev/null
+++ b/testing/flow/makefile-tag-thread.patch
@@ -0,0 +1,15 @@
+To get rid of warnings:
+
+ ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
+
+--- a/Makefile
++++ b/Makefile
+@@ -199,7 +199,7 @@
+
+ RELEASE_TAGS=$(if $(FLOW_RELEASE),-tag warn_a,)
+
+-OCB=ocamlbuild -use-ocamlfind -no-links
++OCB=ocamlbuild -use-ocamlfind -no-links -tag thread
+
+ all: bin/flow$(EXE)
+