opnsense-ports/devel/omake/files/patch-OMakefile
Franco Fichtner 3b7cd7587c */*: sync with upstream
Taken from: FreeBSD
2016-07-25 07:06:40 +02:00

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