SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
x11/itk/patches/patch-generic_itk_cmds_c
Normal file
13
x11/itk/patches/patch-generic_itk_cmds_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
On OpenBSD we only install one version
|
||||
|
||||
--- generic/itk_cmds.c.orig Wed Dec 22 15:25:01 2010
|
||||
+++ generic/itk_cmds.c Wed Dec 22 15:25:12 2010
|
||||
@@ -67,7 +67,7 @@ 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] itk]\n\
|
||||
set bindir [file dirname [info nameofexecutable]]\n\
|
||||
lappend dirs [file join $bindir .. lib itk$version]\n\
|
||||
lappend dirs [file join $bindir .. library]\n\
|
Loading…
Add table
Add a link
Reference in a new issue