summaryrefslogtreecommitdiff
path: root/x11/blt/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/blt/patches/patch-ad')
-rw-r--r--x11/blt/patches/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/blt/patches/patch-ad b/x11/blt/patches/patch-ad
new file mode 100644
index 00000000000..45bfe65f7d9
--- /dev/null
+++ b/x11/blt/patches/patch-ad
@@ -0,0 +1,11 @@
+--- library/pkgIndex.tcl.in.orig Thu Sep 7 22:06:25 2000
++++ library/pkgIndex.tcl.in Thu Sep 7 22:06:59 2000
+@@ -10,7 +10,7 @@
+ set library BLT${version_no_dots}${suffix}
+ global tcl_platform
+ if { $tcl_platform(platform) == "unix" } {
+- set library [file join [file dirname $dir] lib${library}]
++ set library [file join [file dirname $dir] .. lib${library}]
+ }
+ package ifneeded BLT ${version} [list load $library BLT]
+ }