mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
devel/critcl: restore patch that was lost during last update
Reported by: olgeni
This commit is contained in:
parent
0442a05e54
commit
6a52d82161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452778
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= critcl
|
||||
PORTVERSION= 3.1.17
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= tcltk@FreeBSD.org
|
||||
|
10
devel/critcl/files/patch-build.tcl
Normal file
10
devel/critcl/files/patch-build.tcl
Normal file
@ -0,0 +1,10 @@
|
||||
--- build.tcl.orig 2017-10-24 14:35:54 UTC
|
||||
+++ build.tcl
|
||||
@@ -426,6 +426,7 @@ proc _install {args} {
|
||||
lappend cmd [info nameofexecutable]
|
||||
}
|
||||
lappend cmd $theapp
|
||||
+ lappend cmd -cache [file join $selfdir cache]
|
||||
if {$target ne {}} {
|
||||
lappend cmd -target $target
|
||||
}
|
Loading…
Reference in New Issue
Block a user