aboutsummaryrefslogtreecommitdiff
path: root/development/ocaml/configure.patch
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-11-21 10:22:33 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-22 09:10:21 +0700
commit8fb7497f26e2bfcaf84fbc37a2f4590237b0f1d3 (patch)
tree3410a08f1dd653d4579004210ae2b869f3247d79 /development/ocaml/configure.patch
parent79b75a01a456b7a9e6ba1b87860316e8df7aae87 (diff)
downloadslackbuilds-8fb7497f26e2bfcaf84fbc37a2f4590237b0f1d3.tar.xz
development/ocaml: Updated for version 4.08.1.
This reverts f76b602 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ocaml/configure.patch')
-rw-r--r--development/ocaml/configure.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/development/ocaml/configure.patch b/development/ocaml/configure.patch
index 079050d701ea..31309d35115c 100644
--- a/development/ocaml/configure.patch
+++ b/development/ocaml/configure.patch
@@ -1,12 +1,12 @@
-diff -Naur ocaml-4.12.0.orig/configure ocaml-4.12.0/configure
---- ocaml-4.12.0.orig/configure 2021-02-24 10:49:29.000000000 -0300
-+++ ocaml-4.12.0/configure 2021-06-07 00:30:10.161272617 -0300
-@@ -12706,7 +12706,7 @@
+diff -Naur ocaml-4.08.1.orig/configure ocaml-4.08.1/configure
+--- ocaml-4.08.1.orig/configure 2019-08-05 19:32:44.000000000 +0200
++++ ocaml-4.08.1/configure 2019-09-06 10:35:25.454923040 +0200
+@@ -12424,7 +12424,7 @@
-fno-builtin-memcmp";
- internal_cflags="$cc_warnings -fexcess-precision=standard" ;; #(
+ internal_cflags="$gcc_warnings" ;; #(
gcc-*) :
- common_cflags="-O2 -fno-strict-aliasing -fwrapv";
+ common_cflags="@CFLAGS@ -fno-strict-aliasing -fwrapv";
- internal_cflags="$cc_warnings -fno-common \
- -fexcess-precision=standard" ;; #(
+ internal_cflags="$gcc_warnings" ;; #(
msvc-*) :
+ common_cflags="-nologo -O2 -Gy- -MD"