diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-09-27 10:55:21 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-09-27 10:55:21 +0000 |
commit | bec2913e5769e479329f77060ad8df0e05a7500c (patch) | |
tree | 6c068ef137dc31646d6775d975a3645c67c02b1a /devel/critcl | |
parent | f9c5097a488db514fe8f77ab58a4bc3317b5aa6a (diff) |
Notes
Diffstat (limited to 'devel/critcl')
-rw-r--r-- | devel/critcl/files/patch-build.tcl | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/devel/critcl/files/patch-build.tcl b/devel/critcl/files/patch-build.tcl index fb83b296a53c..811e72edd763 100644 --- a/devel/critcl/files/patch-build.tcl +++ b/devel/critcl/files/patch-build.tcl @@ -1,6 +1,6 @@ ---- build.tcl.orig 2017-08-25 03:29:15 UTC -+++ build.tcl -@@ -323,7 +323,7 @@ proc _install {args} { +--- build.tcl.orig 2017-08-25 03:29:15.000000000 +0000 ++++ build.tcl 2017-09-27 10:53:21.223065000 +0000 +@@ -323,7 +323,7 @@ set dsta [file dirname [file dirname [file normalize [info nameofexecutable]/___]]] } else { set dstl [lindex $args 0] @@ -9,7 +9,7 @@ } set selfdir [file dirname $me] -@@ -369,7 +369,7 @@ proc _install {args} { +@@ -369,7 +369,7 @@ set theapp [critapp $dsta] set c [open $theapp w] @@ -18,3 +18,11 @@ close $c +x $theapp +@@ -395,6 +395,7 @@ + lappend cmd [info nameofexecutable] + } + lappend cmd $theapp ++ lappend cmd -cache [file join $selfdir cache] + if {$target ne {}} { + lappend cmd -target $target + } |