summaryrefslogtreecommitdiff
path: root/databases/geneweb/patches
diff options
context:
space:
mode:
authortonio <tonio>2009-09-06 13:04:19 +0000
committertonio <tonio>2009-09-06 13:04:19 +0000
commit0a10f486735b968f9dc9cbf409754b43ae995232 (patch)
tree410040c8ef95856fcc39c80b7a620a196ea1256d /databases/geneweb/patches
parentca596432b9ba64add84eb2cdbd89d4bed517c7ae (diff)
downloadpkgsrc-0a10f486735b968f9dc9cbf409754b43ae995232.tar.gz
Let geneweb build with ocaml 3.11 by not emitting errors on warnings
Diffstat (limited to 'databases/geneweb/patches')
-rw-r--r--databases/geneweb/patches/patch-ad17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/geneweb/patches/patch-ad b/databases/geneweb/patches/patch-ad
new file mode 100644
index 00000000000..e1e1aa6a529
--- /dev/null
+++ b/databases/geneweb/patches/patch-ad
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.1 2009/09/06 13:04:53 tonio Exp $
+
+Do not emit errors on warning, to build with ocaml 3.11
+
+--- tools/Makefile.inc.unix.orig 2009-09-06 12:58:26.000000000 +0000
++++ tools/Makefile.inc.unix 2009-09-06 12:58:42.000000000 +0000
+@@ -5,8 +5,8 @@
+ CAMLP5F=-DUNIX
+ CAMLP5D=+camlp5
+ LIBUNIX=-cclib -lunix
+-OCAMLC=ocamlc.opt -warn-error A
+-OCAMLOPT=ocamlopt.opt -warn-error A
++OCAMLC=ocamlc.opt
++OCAMLOPT=ocamlopt.opt
+ OCAMLI=
+ OCAMLD=
+ STRIP=strip