freebsd-ports/devel/omake/files/patch-src_builtin_omake__builtin__target.ml
Rene Ladan edbbdaf2a2 Ressurect devel/omake, graphics/ocaml-images and games/freetennis [1]
- 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]
2016-07-23 14:19:05 +00:00

17 lines
590 B
OCaml

$NetBSD: patch-ad,v 1.1 2010/12/17 09:40:14 wiz Exp $
From upstream SVN.
--- src/builtin/omake_builtin_target.ml.orig 2008-01-15 19:57:00 UTC
+++ src/builtin/omake_builtin_target.ml
@@ -221,8 +221,8 @@ let split_command venv (values1, lines1)
match line with
CommandSection (_, _, e) ->
ValBody (e, ExportNone)
- | CommandValue (_, v) ->
- v
+ | CommandValue (_, exp, v) ->
+ ValStringExp(exp,v)
in
v :: lines) lines1 lines2
in