about summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/4.09.1-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ocaml/4.09.1-Werror.patch')
-rw-r--r--pkgs/development/compilers/ocaml/4.09.1-Werror.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/development/compilers/ocaml/4.09.1-Werror.patch b/pkgs/development/compilers/ocaml/4.09.1-Werror.patch
deleted file mode 100644
index 153c8a06e34e..000000000000
--- a/pkgs/development/compilers/ocaml/4.09.1-Werror.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-The 4.09.1 tarball appears to have been acidentally generated as a
-development tarball, which causes configure to enable -Werror.  This
-means newer compilers will make the build fail.
-
-diff a/configure b/configure
---- a/configure
-+++ b/configure
-@@ -12360,7 +12360,7 @@ case $ocaml_cv_cc_vendor in #(
-   msvc-*) :
-     outputobj=-Fo; CPP="cl -nologo -EP"; gcc_warnings="" ;; #(
-   *) :
--    outputobj='-o $(EMPTY)'; case 4.09.1+dev1-2020-03-13 in #(
-+    outputobj='-o $(EMPTY)'; case 4.09.1 in #(
-   *+dev*) :
-     gcc_warnings="-Wall -Werror" ;; #(
-   *) :