14 lines
544 B
OCaml
14 lines
544 B
OCaml
$NetBSD: patch-tools_ocamloptp.ml,v 1.1 2015/01/20 14:12:25 jaapb Exp $
|
|
|
|
pkgsrc_runtime flag
|
|
--- tools/ocamloptp.ml.orig 2014-08-28 16:24:52.000000000 +0000
|
|
+++ tools/ocamloptp.ml
|
|
@@ -82,6 +82,7 @@ module Options = Main_args.Make_optcomp_
|
|
let _principal = option "-principal"
|
|
let _rectypes = option "-rectypes"
|
|
let _runtime_variant s = option_with_arg "-runtime-variant" s
|
|
+ let _pkgsrc_runtime = option "-pkgsrc-runtime"
|
|
let _S = option "-S"
|
|
let _safe_string = option "-safe-string"
|
|
let _short_paths = option "-short-paths"
|