openbsd-ports/devel/itcl/patches/patch-pkgIndex_tcl_in

8 lines
339 B
Plaintext
Raw Normal View History

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