forked from Lainports/opnsense-ports
15 lines
385 B
Text
15 lines
385 B
Text
$NetBSD: patch-aa,v 1.2 2010/12/17 09:40:14 wiz Exp $
|
|
|
|
From upstream SVN.
|
|
|
|
--- OMakefile.orig 2010-10-27 00:42:37 UTC
|
|
+++ OMakefile
|
|
@@ -57,7 +57,7 @@ if $(not $(defined CAMLLIB))
|
|
#
|
|
# OCaml options
|
|
#
|
|
-OCAMLFLAGS[] += -w Ae$(if $(OCAML_ACCEPTS_Z_WARNING), z)
|
|
+OCAMLFLAGS[] += -w Ae$(if $(OCAML_ACCEPTS_Z_WARNING), z-9-29)
|
|
if $(THREADS_ENABLED)
|
|
OCAMLFLAGS += -thread
|
|
export
|