130be520d3
Two dozen patches were brought in from NetBSD via dports , and this port was staged too. Most of the patches are upstream fixes as Omake has been updated in repo but without a new release. In any case an update was required because it broke after Ocaml was updated to version 4.00. Urged by: portmgr (bapt)
15 lines
397 B
Text
15 lines
397 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.000000000 +0000
|
|
+++ 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
|