summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel (thrasibule) <guillaume.horel@gmail.com>2009-08-17 01:01:49 +0000
committerGuillaume Horel (thrasibule) <guillaume.horel@gmail.com>2009-08-17 01:01:49 +0000
commit51f67a79c2639b25667b911c7343eb88fa95cea8 (patch)
treeadc28c666acdb8248c63c6f3cd5c7716328da74a /dev-ml/ocamlgsl/files
parentdev-python/django-haystack: New ebuild for dev-python/django-haystack (bug #2... (diff)
downloadsunrise-51f67a79c2639b25667b911c7343eb88fa95cea8.tar.gz
sunrise-51f67a79c2639b25667b911c7343eb88fa95cea8.tar.bz2
sunrise-51f67a79c2639b25667b911c7343eb88fa95cea8.zip
dev-ml/ocamlgsl: New Ebuild for dev-ml/ocamlgsl (bug #280939)
svn path=/sunrise/; revision=9034
Diffstat (limited to 'dev-ml/ocamlgsl/files')
-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