You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/menhir/files/ocamlbuild.patch

14 lines
601 B

Index: menhir-20151112/src/Makefile
===================================================================
--- menhir-20151112.orig/src/Makefile
+++ menhir-20151112/src/Makefile
@@ -19,7 +19,7 @@ endif
# ----------------------------------------------------------------------------
# Ocamlbuild tool and settings.
-OCAMLBUILD := ocamlbuild -classic-display -j 0 -cflags "-safe-string -bin-annot"
+OCAMLBUILD := ocamlbuild -no-hygiene -classic-display -j 0 -cflags "-safe-string -bin-annot"
# ----------------------------------------------------------------------------
# For everyday development.