mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
- devel/omake: - add new MASTER_SITES - regenerate patches [1] - graphics/ocaml-images: - add missing LIB_DEPENDS - pet portlint - bump PORTREVISION - games/freetennis: - add missing indirect depedencies [2] - bump PORTREVISION PR: 210853 [1] Submitted by: lightside@gmx.com [1] Reported by: poudriere testport [2]
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
|