summaryrefslogtreecommitdiff
path: root/lang/tcl-itcl-current/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tcl-itcl-current/patches/patch-ah')
-rw-r--r--lang/tcl-itcl-current/patches/patch-ah16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/tcl-itcl-current/patches/patch-ah b/lang/tcl-itcl-current/patches/patch-ah
new file mode 100644
index 00000000000..a796770eb90
--- /dev/null
+++ b/lang/tcl-itcl-current/patches/patch-ah
@@ -0,0 +1,16 @@
+$NetBSD: patch-ah,v 1.1.1.1 2004/09/24 21:16:02 dmcmahill Exp $
+
+--- itk/generic/itk_cmds.c.orig 2000-08-28 22:58:00.000000000 -0500
++++ itk/generic/itk_cmds.c
+@@ -55,9 +55,9 @@ namespace eval ::itk {\n\
+ if {[info exists env(ITK_LIBRARY)]} {\n\
+ lappend dirs $env(ITK_LIBRARY)\n\
+ }\n\
+- lappend dirs [file join [file dirname $tcl_library] itk$version]\n\
++ lappend dirs [file join [file dirname $tcl_library] tcl itk$version]\n\
+ set bindir [file dirname [info nameofexecutable]]\n\
+- lappend dirs [file join $bindir .. lib itk$version]\n\
++ lappend dirs [file join $bindir .. lib tcl itk$version]\n\
+ lappend dirs [file join $bindir .. library]\n\
+ lappend dirs [file join $bindir .. .. library]\n\
+ lappend dirs [file join $bindir .. .. itk library]\n\