openbsd-ports/x11/itk/patches/patch-pkgIndex_tcl_in
steven bdae4ec867 import itk 3.3
[incr Tk] is a framework for building mega-widgets using the
[incr Tcl] object system. Mega-widgets are high-level widgets like
a file browser or a tab notebook that act like ordinary Tk widgets
but are constructed using Tk widgets as component parts, without
having to write C code. In effect, a mega-widget looks and acts
exactly like a Tk widget, but is considerably easier to implement.

from nikns at secure.lv
2006-10-27 07:19:34 +00:00

8 lines
335 B
Plaintext

--- pkgIndex.tcl.in.orig Thu Jul 20 18:50:02 2006
+++ pkgIndex.tcl.in Thu Jul 20 18:50:08 2006
@@ -1,3 +1,3 @@
# Tcl package index file, version 1.0
-package ifneeded Itk @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itk]
+package ifneeded Itk @PACKAGE_VERSION@ [list load [file join $dir .. "@PKG_LIB_FILE@"] Itk]