summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocamlgsl/files/ocaml-3.11.patch')
-rw-r--r--dev-ml/ocamlgsl/files/ocaml-3.11.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-ml/ocamlgsl/files/ocaml-3.11.patch b/dev-ml/ocamlgsl/files/ocaml-3.11.patch
new file mode 100644
index 000000000..dbfc69ca3
--- /dev/null
+++ b/dev-ml/ocamlgsl/files/ocaml-3.11.patch
@@ -0,0 +1,12 @@
+diff -urN ocamlgsl-0.6.0-orig/Makefile ocamlgsl-0.6.0/Makefile
+--- ocamlgsl-0.6.0-orig/Makefile 2009-08-12 23:20:21.000000000 -0400
++++ ocamlgsl-0.6.0/Makefile 2009-08-12 23:19:37.000000000 -0400
+@@ -94,7 +94,7 @@
+ ifeq ($(OCAML_BACKEND),cl)
+ include msvc.mak
+ else
+-ifeq ($(OCAML_BACKEND),gcc)
++ifeq (,$(findstring $(OCAML_BACKEND),gcc))
+ include gcc.mak
+ else
+ include mingw.mak