openbsd-ports/devel/omake/patches/patch-OMakefile
dcoppa 841328cec5 Add some patches from upstream.
One fixes a problem with dpb display, as reported by jasper@

OK jasper@
2010-11-22 08:50:26 +00:00

16 lines
437 B
Plaintext

$OpenBSD: patch-OMakefile,v 1.1 2010/11/22 08:50:26 dcoppa Exp $
Make omake compile with Ocaml 3.12
--- OMakefile.orig Fri Jun 22 21:03:37 2007
+++ OMakefile Wed Nov 10 15:30:25 2010
@@ -57,7 +57,7 @@ if $(not $(defined CAMLLIB))
#
# OCaml options
#
-OCAMLFLAGS[] += -w Ae$(if $(OCAML_ACCEPTS_Z_WARNING), z)
+OCAMLFLAGS[] += -w Aer-29$(if $(OCAML_ACCEPTS_Z_WARNING), z)
if $(THREADS_ENABLED)
OCAMLFLAGS += -thread
export